C# Class GlobDir.Glob.PlatformAdaptationLayer

Afficher le fichier Open project: MicroHealthLLC/mCleaner

Méthodes publiques

Méthode Description
DirectoryExists ( string path ) : bool
FileExists ( string path ) : bool
GetFileSystemEntries ( string path, string searchPattern ) : IEnumerable

Method Details

DirectoryExists() public méthode

public DirectoryExists ( string path ) : bool
path string
Résultat bool

FileExists() public méthode

public FileExists ( string path ) : bool
path string
Résultat bool

GetFileSystemEntries() public méthode

public GetFileSystemEntries ( string path, string searchPattern ) : IEnumerable
path string
searchPattern string
Résultat IEnumerable