PgVFS.NET
A C# System.IO compatible File System on Postgres
 All Classes Namespaces Functions Enumerations Enumerator Properties Pages
Vfs.IVfsDirectory Member List

This is the complete list of members for Vfs.IVfsDirectory, including all inherited members.

CreateDirectory(string path)Vfs.IVfsDirectory
Delete(string path, bool recurse=false)Vfs.IVfsDirectory
Exists(string path)Vfs.IVfsDirectory
GetCreationTime(string path)Vfs.IVfsDirectory
GetCreationTimeUtc(string path)Vfs.IVfsDirectory
GetDirectories(string path, string searchPattern=null)Vfs.IVfsDirectory
GetFiles(string path, string searchPattern=null)Vfs.IVfsDirectory
GetLastWriteTime(string path)Vfs.IVfsDirectory
GetLastWriteTimeUtc(string path)Vfs.IVfsDirectory
Move(string sourceDirName, string destDirName)Vfs.IVfsDirectory
SetLastWriteTime(string path, DateTime lastWriteTime)Vfs.IVfsDirectory
SetLastWriteTimeUtc(string path, DateTime lastWriteTimeUtc)Vfs.IVfsDirectory