FileSurfer 1.1.4
Modern Windows File Explorer
|
Lazy implementation of IFileSystemEntry for a directory. More...
Public Member Functions | |
DirectoryEntry (string dirPath) |
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. |
Private Attributes | |
string? | _name |
Lazy implementation of IFileSystemEntry for a directory.
FileSurfer.Models.DirectoryEntry.DirectoryEntry | ( | string | dirPath | ) |
|
private |
|
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.