Axuda do LibreOfficeDev 25.8
Returns the operating system-dependent directory separator used to specify file paths.
GetPathSeparator()
String
"\" Windows
"/" UNIX, including MacOS
Ningún.
Sub ExampleGetPathSeparator
MsgBox GetPathSeparator()
End Sub