Ajuda del LibreOffice 7.3
Returns the operating system-dependent directory separator used to specify file paths.
GetPathSeparator()
String
"\" Windows
«/» a el UNIX, macOS inclòs
Cap.
Sub ExampleGetPathSeparator
MsgBox GetPathSeparator()
End Sub