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