BlogEngine.Core.Providers.BlogFileSystemProvider.DirectoryExists C# (CSharp) Метод

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

Returns wether or not the specific directory by virtual path exists
public abstract DirectoryExists ( string VirtualPath ) : bool
VirtualPath string The virtual path to query
Результат bool
        public abstract bool DirectoryExists(string VirtualPath);