C# Class fs4net.Framework.Utils.ValidityCheckers

Afficher le fichier Open project: toroso/fs4net

Méthodes publiques

Méthode 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 méthode

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

IsValidRelativeFile() public static méthode

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

IsValidRootedDirectory() public static méthode

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

IsValidRootedFile() public static méthode

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