語言

File.PathSeparator 屬性

定義

系統依賴的路徑分隔符,為方便而以字串表示。

[Android.Runtime.Register("pathSeparator")]
public static string? PathSeparator { get; }
[<Android.Runtime.Register("pathSeparator")>]
static member PathSeparator : string

屬性值

系統依賴的路徑分隔符字元則以字串表示,以方便使用。

屬性

備註

系統依賴的路徑分隔符,為方便而以字串表示。 此字串包含一個字元,即 {@link #pathSeparatorChar}

Java 文件 java.io.File.pathSeparator

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於