Method | Description | |
---|---|---|
GetDirectory ( string name ) : |
||
GetFile ( string name ) : |
||
operator ( ) : |
||
this ( string path ) : |
Method | Description | |
---|---|---|
IDirectory ( string absolutePath ) : System.Collections.Generic |
public abstract GetDirectory ( string name ) : |
||
name | string | |
return |
public abstract GetFile ( string name ) : |
||
name | string | |
return |
protected IDirectory ( string absolutePath ) : System.Collections.Generic | ||
absolutePath | string | |
return | System.Collections.Generic |
public static operator ( ) : |
||
return |
public abstract this ( string path ) : |
||
path | string | |
return |