IFileSystemInfo Members
Provides members common to IFolderInfo and IFileInfoProperties
| Name | Description |
|---|---|
| Attributes | Gets or sets file attributes. |
| DirectoryName | Gets a string representing the directory’s full path. |
| Exists | Determines whether the specified file exists. |
| Name | Gets a file or a folder name. |
Methods
| Name | Description |
|---|---|
| Delete() | Deletes a file or folder. |
| MoveTo(String) | Moves a specified file to a new location and allows you to specify a new file name. |
See Also