LibreOfficeDev 25.8 Help
dWBDB‖Returns the operating system-dependent directory separator used to specify file paths.
GetPathSeparator()
String
"\" Windows
8jaPZ‖"/" UNIX, including MacOS
wSvKw‖ None.
Sub ExampleGetPathSeparator
MsgBox GetPathSeparator()
End Sub