C# Class GameLoader.IO.IOChecker

显示文件 Open project: zlepper/GameLoader Class Usage Examples

Public Methods

Method Description
FileOrDirectoryExists ( string name ) : bool
ShouldUseDir ( string path ) : DirectoryInfo

Method Details

FileOrDirectoryExists() public static method

public static FileOrDirectoryExists ( string name ) : bool
name string
return bool

ShouldUseDir() public method

public ShouldUseDir ( string path ) : DirectoryInfo
path string
return System.IO.DirectoryInfo