FileSystemInfo.FullPath 欄位

定義

表示目錄或檔案的完整路徑。

protected: System::String ^ FullPath;
protected string FullPath;
val mutable FullPath : string
Protected FullPath As String 

欄位值

例外狀況

完整路徑超出系統定義的長度上限。

給繼承者的注意事項

衍生自 FileSystemInfo 的類別可以使用 FullPath 欄位來判斷所操作物件的完整路徑。

如需一般 I/O 工作的清單,請參閱 一般 I/O 工作

適用於

另請參閱