Checks if a directory exists at the specified path.
public static bool DirectoryExists(this Atypical.VirtualFileSystem.Core.Contracts.IVirtualFileSystem vfs, string directoryPath);The virtual file system.
directoryPath System.String
The directory path as a string.
System.Boolean
True if the directory exists, false otherwise.