The following tables list the members exposed by IFile.
Name | Description | |
---|---|---|
CreatedOn | Gets or sets the creation time of the current file. | |
Exists | Gets a value indicating whether a file exists. | |
FileLocator | Gets the file locator assigned with the current instance of the IFile type. | |
Length | Gets the size, in bytes, of the current file. | |
ModifiedOn | Gets or sets the modification time of the current file. | |
Name | Gets or sets the name of the file. |
Name | Description | |
---|---|---|
CopyAsync | Asynchronous copies the current file. | |
DeleteAsync | Asynchronous deletes the current file. | |
GetAttribute<TValue> | Returns the attribute value for the current file. | |
MoveAsync | Asynchronous moves the current file. | |
ReadAsync | Asynchronous reads the current file content | |
SaveAsync | Asynchronous saves the current file metadata. | |
SetAttribute<TValue> | Sets the attribute value for the current file. | |
WriteAsync | Asynchronous writes the current file content. |