Click or drag to resize

ExtensionsFileInfo Methods

The ExtensionsFileInfo type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDeleteAsync
Deletes the current file.
Public methodStatic memberGetDateModifiedAsync
Gets the timestamp of the last time the file was modified. (Wrapper for LastAccessTime to match with UWP)
Public methodStatic memberGetUniqueFilename
Checks if the filename exist. If the file already exists, an indexer will be added to the filename to make it unique.
Public methodStatic memberRename
Renames a file.
Public methodStatic memberToFileInfo
Converts a string to a FileInfo
Public methodStatic memberWaitUntilFileIsAccessableAsync(FileInfo)
Waits for a file to be accessable. The default waiting period is 1.5s.
Public methodStatic memberWaitUntilFileIsAccessableAsync(FileInfo, UInt32)
Waits for a file to be accessable. The default waiting period is 1.5s.
Public methodStatic memberWaitUntilFileIsAccessableAsync(FileInfo, UInt32, TimeSpan)
Waits for a file to be accessable.
Top
See Also