C# 클래스 Dev2.PathOperations.Dev2ActivityIOPathUtils

PBI : 1172 Status : New Purpose : To provide common utilty function to the IOPath classes
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 메소드들

메소드 설명
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