GetPathSeparator 函数
返回操作系统相关的目录分隔符,用于指定文件路径。
GetPathSeparator()
String
-
"\" Windows
-
"/" UNIX, 包括 MacOS
无。
Sub ExampleGetPathSeparator
MsgBox GetPathSeparator()
End Sub
LibreOffice 7.0 帮助