C# Class fs4net.Framework.Utils.ValidityCheckers

Show file Open project: toroso/fs4net

Public Methods

Method Description
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.

Method Details

IsValidRelativeDirectory() public static method

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

IsValidRelativeFile() public static method

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

IsValidRootedDirectory() public static method

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

IsValidRootedFile() public static method

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