C# Класс GlobDir.Glob.PlatformAdaptationLayer

Показать файл Открыть проект

Открытые методы

Метод Описание
DirectoryExists ( string path ) : bool
FileExists ( string path ) : bool
GetFileSystemEntries ( string path, string searchPattern ) : IEnumerable

Описание методов

DirectoryExists() публичный Метод

public DirectoryExists ( string path ) : bool
path string
Результат bool

FileExists() публичный Метод

public FileExists ( string path ) : bool
path string
Результат bool

GetFileSystemEntries() публичный Метод

public GetFileSystemEntries ( string path, string searchPattern ) : IEnumerable
path string
searchPattern string
Результат IEnumerable