FileSystemInfo.FullPath 字段

定义

表示目录或文件的完全限定目录。

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

字段值

例外

完全限定路径的长度超出系统定义的最大长度。

继承者说明

派生自 FileSystemInfo 的类可以使用 FullPath 字段来确定要操作的对象的完整路径。

有关常见 I/O 任务的列表,请参阅 常见 I/O 任务

适用于

另请参阅