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

Namespaces

package  Exceptions
 
package  Local
 
package  Postgres
 

Classes

interface  IFileSystemManager
 Filesystem context More...
 
interface  IMappedVfs
 Interface for VFS that have a mount point More...
 
interface  ITransactionalFileSystemManager
 Filesystem context with transaction support More...
 
interface  IVfsDirectory
 Same as System.IO.Directory singleton More...
 
interface  IVfsFile
 A System.IO.File singleton equivalent More...
 
interface  IVfsPath
 Access to the Path functions of the specified filesystem More...
 

Enumerations

enum  FileSystemObjectType : int { FileSystemObjectType.Directory = 1, FileSystemObjectType.File = 0 }
 [INTERNAL] More...
 

Enumeration Type Documentation

[INTERNAL]

Enumerator
Directory 

Directory

File 

File