![]() |
PgVFS.NET
A C# System.IO compatible File System on Postgres
|
| ▼CArgumentOutOfRangeException | |
| CVfs.Exceptions.PositionOutOfRangeException | Position pointer is out of range |
| CVfs.Postgres.ConnectionSettings | Connection string settings and options |
| ▼CIDisposable | |
| ▼CVfs.IFileSystemManager | Filesystem context |
| CVfs.ITransactionalFileSystemManager | Filesystem context with transaction support |
| CVfs.Local.FileSystemManager | Creates a context for a local file system (Wrapper) |
| CVfs.Postgres.FileSystemManager | Vfs filesystem context |
| ▼CVfs.IMappedVfs | Interface for VFS that have a mount point |
| CVfs.Postgres.FileSystemManager | Vfs filesystem context |
| ▼CIOException | |
| CVfs.Exceptions.BadAbsolutePathException | Exception for bad absolute path |
| CVfs.Exceptions.CorruptedFileSystemException | Exception ocurred when an anomalous situation was detected |
| CVfs.Exceptions.DirectoryAlreadyExistsException | Directory already exists exception |
| CVfs.Exceptions.DirectoryIsNotEmptyException | An empty directory was expected |
| CVfs.Exceptions.FileAlreadyExistsException | File already exists exception |
| CVfs.Exceptions.InvalidPathException | Invalid path exception |
| CVfs.IVfsDirectory | Same as System.IO.Directory singleton |
| CVfs.IVfsFile | A System.IO.File singleton equivalent |
| CVfs.IVfsPath | Access to the Path functions of the specified filesystem |