public class QuickIOParsePathResult
Result of parsing path
QuickIOParsePathResult()
Result of parsing path
public void QuickIOParsePathResult()
FullName
Full path without trailing directory separtor char
public String FullName { get; set; }
FullNameUnc
Full UNC path without trailing directory separtor char
public String FullNameUnc { get; set; }
IsRoot
True if source path is root
public Boolean IsRoot { get; set; }
Name
Name of file oder directory
public String Name { get; set; }
Remarks
Returns null if source path is Root
Example
returns
ParentPath
Full parent path
public String ParentPath { get; set; }
Remarks
Returns null if source path is Root
Example
returns
PathLocation
QuickIOPathLocation
public QuickIOPathLocation PathLocation { get; set; }
PathType
QuickIOPathType
public QuickIOPathType PathType { get; set; }
RootPath
Full root path
public String RootPath { get; set; }
Remarks
Returns null if source path is Root
Example
returns