Class FilePath
public class FilePath
- Inheritance
-
FilePath
- Inherited Members
- Extension Methods
Constructors
FilePath(string)
public FilePath(string path)
Parameters
pathstring
Properties
FileExtension
public string FileExtension { get; set; }
Property Value
FileName
public string FileName { get; set; }
Property Value
PathType
public FilePathType PathType { get; set; }