Méthode | Description | |
---|---|---|
ConvertDirectoryListToXML ( IList |
convert a list of directory paths into XML
|
|
ExtractFileName ( string path ) : string |
Extract the file name from the URI
|
|
ExtractFullDirectoryPath ( string path ) : string |
Extract the full directory portion of a URI
|
|
ExtractPathType ( string path ) : enActivityIOPathType | ||
IsDirectory ( string path ) : bool |
Is the path a directory or file?
|
|
IsStarWildCard ( string path ) : bool |
Is the request a wild-char request
|
public static ConvertDirectoryListToXML ( IList |
||
pathList | IList |
|
Résultat | string |
public static ExtractFileName ( string path ) : string | ||
path | string | |
Résultat | string |
public static ExtractFullDirectoryPath ( string path ) : string | ||
path | string | |
Résultat | string |
public static ExtractPathType ( string path ) : enActivityIOPathType | ||
path | string | |
Résultat | enActivityIOPathType |
public static IsDirectory ( string path ) : bool | ||
path | string | |
Résultat | bool |
public static IsStarWildCard ( string path ) : bool | ||
path | string | |
Résultat | bool |