Name | Description | |
---|---|---|
![]() | CopyFileAsync | Overridden. Copies the given source file to the specified destination file. |
![]() | CopyFolderAsync | Overridden. Copies the given source file to the specified destination. |
![]() | CreateFileAsync | Overridden. Creates a file for both reading and writing. If the file already exists it is overwritten. |
![]() | CreateFolderAsync | Overridden. Creates the specified folder, if it does not exist |
![]() | DeleteAsync | Overridden. Deletes the specified file system object. |
![]() | EmptyFolderAsync | Overridden. Clears the content of the specified folder |
![]() | ExistsAsync | Overridden. Checks whether the given file system object exists. |
![]() | GetAttributesAsync | Overridden. Gets the attributes of the given file or folder. |
![]() | GetFile | Overloaded. Overridden. Gets a file that has the specified relative path from the specified folder. |
![]() | GetFileLengthAsync | Overridden. Gets the size, in bytes, of the given file. |
![]() | GetFilesAsync | Overridden. Gets the files that match the specified search pattern in the given folder, using a value to determine whether to search subfolders. |
![]() | GetFolder | Overloaded. Overridden. Gets a folder that has the specified relative path from the specified folder. |
![]() | GetFoldersAsync | Overridden. Gets the subfolders that match the specified search pattern in the given folder, using a value to determine whether to search subfolders. |
![]() | GetTimeAsync | Overridden. Gets the creation time of the given file of folder. |
![]() | MoveFileAsync | Overridden. Moves the specified file to the specified destination. Returns the new file at the specified destination. |
![]() | MoveFolderAsync | Overridden. Moves the specified file to the specified destination. |
![]() | OpenFileAsync | Overridden. Opens an existing file or creates a new file for both reading and writing. |
![]() | OpenFileReadAsync | Overridden. Opens the file for reading. |
![]() | OpenFileWriteAsync | Overridden. Opens an existing file or creates a new file for writing. |
![]() | SetAttributesAsync | Overridden. Sets the attributes of the given file or folder. |
![]() | SetTimeAsync | Overridden. Sets the creation time of the given file of folder. |