C# Класс Dev2.PathOperations.Dev2ActivityIOPathUtils

PBI : 1172 Status : New Purpose : To provide common utilty function to the IOPath classes
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

ConvertDirectoryListToXML() публичный статический Метод

convert a list of directory paths into XML
public static ConvertDirectoryListToXML ( IList pathList ) : string
pathList IList
Результат string

ExtractFileName() публичный статический Метод

Extract the file name from the URI
public static ExtractFileName ( string path ) : string
path string
Результат string

ExtractFullDirectoryPath() публичный статический Метод

Extract the full directory portion of a URI
public static ExtractFullDirectoryPath ( string path ) : string
path string
Результат string

ExtractPathType() публичный статический Метод

public static ExtractPathType ( string path ) : enActivityIOPathType
path string
Результат enActivityIOPathType

IsDirectory() публичный статический Метод

Is the path a directory or file?
public static IsDirectory ( string path ) : bool
path string
Результат bool

IsStarWildCard() публичный статический Метод

Is the request a wild-char request
public static IsStarWildCard ( string path ) : bool
path string
Результат bool