C# Class JurassicCoffee.Console.Extensions

ファイルを表示 Open project: creamdog/JurassicCoffee

Public Methods

Method Description
IsDirectory ( this path ) : bool
IsFile ( this path ) : bool

Method Details

IsDirectory() public static method

public static IsDirectory ( this path ) : bool
path this
return bool

IsFile() public static method

public static IsFile ( this path ) : bool
path this
return bool