Name | Description | |
---|---|---|
![]() | FileSystem | Gets the file system associated with this file system object. |
![]() | Name | Returns only the name of the file system object, without the path information. For example if the path is "C:\Documents\MyFile.txt", this method returns "MyFile.txt". To get the full path to this file system object, use the Path property. |
![]() | Path | Gets the full path of this file system object, in the FileSystem path notation (Windows or Unix). |
![]() | Uri | Gets the file URI of this file system object. |