Class FileSystemInfoBase
- Namespace
- Acuit.Pinpoint.FileSystemGlobbing.Abstractions
- Assembly
- Acuit.Pinpoint.Configuration.dll
Shared abstraction for files and directories
public abstract class FileSystemInfoBase
- Inheritance
-
FileSystemInfoBase
- Derived
- Inherited Members
Properties
FullName
A string containing the full path of the file or directory
public abstract string FullName { get; }
Property Value
Name
A string containing the name of the file or directory
public abstract string Name { get; }
Property Value
ParentDirectory
The parent directory for the current file or directory
public abstract DirectoryInfoBase ParentDirectory { get; }