IFileSystem.DirectoryExists method

namespace: Serenity   assemblySerenity.Net.Core

Checks if directory exists

public bool DirectoryExists(string path)
parameter description
path Path to the directory

Return Value

True if exists

See Also