Collabora Office 23.05 Hjälp
Returns the operating system-dependent directory separator used to specify file paths.
GetPathSeparator()
String
"\" Windows
"/" UNIX, including MacOS
None.
Sub ExampleGetPathSeparator
MsgBox GetPathSeparator()
End Sub