public static bool DirectoryExists(string VirtualPath) { return FileSystemProvider.DirectoryExists(VirtualPath); }