![]() |
Extension Methods |
The Extension type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | BrowseToFile |
Opens the CommonOpenFileDialog window to browse to a file.
|
![]() ![]() | BrowseToFolder |
Opens the CommonOpenFileDialog window to browse to a folder.
|
![]() ![]() | EvaluateDirectory |
Returns the evaluated directory from a directory that contains the specified folder alias.
|
![]() ![]() | FormatTimeFromMinutes |
Formats fractional minutes in the hh:mm:ss format.
|
![]() ![]() | GetAssemblyLocation |
Returns the location of the specified assembly.
|
![]() ![]() | GetAssemblyNameAndVersion |
Returns the product name and the file version of the specified assembly in the following fashion: Name MAJOR.MINOR.PATCH.REVISION.
REVISION is omitted if not specified.
|
![]() ![]() | GetFilesFromDirectory |
Returns an array of pathnames of all files with matching extension. Hidden files and filenames that start with a tilde are ignored.
|
![]() ![]() | GetFilesFromDirectoryAsync |
Returns a Task of an array of pathnames of all files with matching extension. Hidden files and filenames that start with a tilde are ignored.
|