C# Class Dev2.PathOperations.Dev2ActivityIOPathUtils

PBI : 1172 Status : New Purpose : To provide common utilty function to the IOPath classes
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

Méthode Description
ConvertDirectoryListToXML ( IList pathList ) : string

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

Method Details

ConvertDirectoryListToXML() public static méthode

convert a list of directory paths into XML
public static ConvertDirectoryListToXML ( IList pathList ) : string
pathList IList
Résultat string

ExtractFileName() public static méthode

Extract the file name from the URI
public static ExtractFileName ( string path ) : string
path string
Résultat string

ExtractFullDirectoryPath() public static méthode

Extract the full directory portion of a URI
public static ExtractFullDirectoryPath ( string path ) : string
path string
Résultat string

ExtractPathType() public static méthode

public static ExtractPathType ( string path ) : enActivityIOPathType
path string
Résultat enActivityIOPathType

IsDirectory() public static méthode

Is the path a directory or file?
public static IsDirectory ( string path ) : bool
path string
Résultat bool

IsStarWildCard() public static méthode

Is the request a wild-char request
public static IsStarWildCard ( string path ) : bool
path string
Résultat bool