PhysicalFileSystemProvider Methods
Provides APIs to manage a physical file system.| Name | Description |
|---|---|
| CopyItem(FileSystemCopyItemOptions) | Copies a file system item (file or directory). |
| CreateDirectory(FileSystemCreateDirectoryOptions) | Creates a directory. |
| DeleteItem(FileSystemDeleteItemOptions) | Deletes a file system item (file or directory) |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetFileContent(FileSystemLoadFileContentOptions) | Gets the downloaded file content. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetItems(FileSystemLoadItemOptions) | Gets file system items. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| MoveItem(FileSystemMoveItemOptions) | Moves a file system item (file or directory). |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| RenameItem(FileSystemRenameItemOptions) | Renames a file system item (file or directory). |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| UploadFile(FileSystemUploadFileOptions) | Uploads a file. |
See Also