FileSurfer 1.1.4
Modern Windows File Explorer
|
Implementation of IFileSystemEntry for a drive. More...
Public Member Functions | |
DriveEntry (DriveInfo driveInfo) |
Properties | |
string | PathToEntry [get] |
Path to the file, directory, or drive represented by this IFileSystemEntry. | |
string | Name [get] |
Holds the name of file, directory, or drive represented by this IFileSystemEntry. | |
string | Extension [get] |
Holds the extension of this file's name. | |
string | NameWOExtension [get] |
Holds this entry's name without the extension. |
Implementation of IFileSystemEntry for a drive.
|
inline |
|
get |
Holds the extension of this file's name.
Implements FileSurfer.Models.IFileSystemEntry.
|
get |
Holds the name of file, directory, or drive represented by this IFileSystemEntry.
Implements FileSurfer.Models.IFileSystemEntry.
|
get |
Holds this entry's name without the extension.
Implements FileSurfer.Models.IFileSystemEntry.
|
get |
Path to the file, directory, or drive represented by this IFileSystemEntry.
Implements FileSurfer.Models.IFileSystemEntry.