C# Class Mosa.FileSystem.VFS.PathSplitter

Exibir arquivo Open project: tgiphil/MOSA-Project Class Usage Examples

Protected Properties

Property Type Description
length int
path string
seperators int[]

Public Methods

Method Description
FindFirst ( string path ) : int
GetPath ( int index ) : string
PathSplitter ( string path ) : System.IO
this ( int index ) : string

Protected Methods

Method Description
MarkSeperators ( ) : void

Method Details

FindFirst() public method

public FindFirst ( string path ) : int
path string
return int

GetPath() public method

public GetPath ( int index ) : string
index int
return string

MarkSeperators() protected method

protected MarkSeperators ( ) : void
return void

PathSplitter() public method

public PathSplitter ( string path ) : System.IO
path string
return System.IO

this() public method

public this ( int index ) : string
index int
return string

Property Details

length protected_oe property

protected int length
return int

path protected_oe property

protected string path
return string

seperators protected_oe property

protected int[] seperators
return int[]