File.PathSeparator 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
系統依賴的路徑分隔符,為方便而以字串表示。
[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 所創建與分享的作品,並依授權條款所描述的使用進行修改。