ExtensionsFileInfo Methods |
The ExtensionsFileInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| DeleteAsync |
Deletes the current file.
| |
| GetDateModifiedAsync |
Gets the timestamp of the last time the file was modified. (Wrapper for LastAccessTime to match with UWP)
| |
| GetUniqueFilename |
Checks if the filename exist. If the file already exists, an indexer will be added to the filename to make it unique.
| |
| Rename |
Renames a file.
| |
| ToFileInfo |
Converts a string to a FileInfo | |
| WaitUntilFileIsAccessableAsync(FileInfo) |
Waits for a file to be accessable. The default waiting period is 1.5s.
| |
| WaitUntilFileIsAccessableAsync(FileInfo, UInt32) |
Waits for a file to be accessable. The default waiting period is 1.5s.
| |
| WaitUntilFileIsAccessableAsync(FileInfo, UInt32, TimeSpan) |
Waits for a file to be accessable.
|