C# 클래스 fs4net.Framework.Utils.ValidityCheckers

파일 보기 프로젝트 열기: toroso/fs4net

공개 메소드들

메소드 설명
IsValidRelativeDirectory ( this path ) : bool

Checks if the path is a valid and relative directory.

IsValidRelativeFile ( this path ) : bool

Checks if the path is a valid and relative file.

IsValidRootedDirectory ( this path ) : bool

Checks if the path is a valid and rooted directory.

IsValidRootedFile ( this path ) : bool

Checks if the path is a valid and rooted file.

메소드 상세

IsValidRelativeDirectory() 공개 정적인 메소드

Checks if the path is a valid and relative directory.
public static IsValidRelativeDirectory ( this path ) : bool
path this
리턴 bool

IsValidRelativeFile() 공개 정적인 메소드

Checks if the path is a valid and relative file.
public static IsValidRelativeFile ( this path ) : bool
path this
리턴 bool

IsValidRootedDirectory() 공개 정적인 메소드

Checks if the path is a valid and rooted directory.
public static IsValidRootedDirectory ( this path ) : bool
path this
리턴 bool

IsValidRootedFile() 공개 정적인 메소드

Checks if the path is a valid and rooted file.
public static IsValidRootedFile ( this path ) : bool
path this
리턴 bool