共用方式為


StorageFile.Path 屬性

定義

如果檔案具有路徑,則取得目前檔案的完整檔案系統路徑。

public:
 property Platform::String ^ Path { Platform::String ^ get(); };
winrt::hstring Path();
public string Path { get; }
var string = storageFile.path;
Public ReadOnly Property Path As String

屬性值

String

Platform::String

winrt::hstring

如果檔案在使用者的檔案系統中有路徑,則檔案的完整路徑。

實作

備註

請勿依賴這個屬性來存取檔案,因為某些檔案可能沒有檔案系統路徑。 例如,如果檔案是由 URI 支援,或使用檔案選擇器挑選,則不保證該檔案具有檔案系統路徑。

適用於