Methods (1) Properties (8)
Namespace: SchwabenCode.QuickIO

Syntax

public class QuickIOParsePathResult

Summary

Result of parsing path

Methods

QuickIOParsePathResult()

Result of parsing path

public void QuickIOParsePathResult()

Properties

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