FileSystemInfo.FullPath 字段
定义
表示目录或文件的完全限定目录。Represents the fully qualified path of the directory or file.
protected: System::String ^ FullPath;
protected string FullPath;
val mutable FullPath : string
Protected FullPath As String
字段值
例外
完全限定路径的长度超出系统定义的最大长度。The fully qualified path exceeds the system-defined maximum length.
继承者说明
从派生的类 FileSystemInfo 可以使用 FullPath 字段确定正在操作的对象的完整路径。Classes derived from FileSystemInfo can use the FullPath field to determine the full path of the object being manipulated.
有关常见 i/o 任务的列表,请参阅 常见 I/o 任务。For a list of common I/O tasks, see Common I/O Tasks.