Pomoč LibreOfficeDev 25.8
Vrne ločilo map za določanje poti datotek, kot ga določa operacijski sistem.
GetPathSeparator()
String
"\" Windows
»/« UNIX, vključno z macOS
Brez.
Sub ExampleGetPathSeparator
MsgBox GetPathSeparator()
End Sub