![]() |
PgVFS.NET
A C# System.IO compatible File System on Postgres
|
| ▼NVfs | |
| ▼NExceptions | |
| CBadAbsolutePathException | Exception for bad absolute path |
| CCorruptedFileSystemException | Exception ocurred when an anomalous situation was detected |
| CDirectoryAlreadyExistsException | Directory already exists exception |
| CDirectoryIsNotEmptyException | An empty directory was expected |
| CFileAlreadyExistsException | File already exists exception |
| CInvalidPathException | Invalid path exception |
| CPositionOutOfRangeException | Position pointer is out of range |
| ▼NLocal | |
| CFileSystemManager | Creates a context for a local file system (Wrapper) |
| ▼NPostgres | |
| CConnectionSettings | Connection string settings and options |
| CFileSystemManager | Vfs filesystem context |
| CIFileSystemManager | Filesystem context |
| CIMappedVfs | Interface for VFS that have a mount point |
| CITransactionalFileSystemManager | Filesystem context with transaction support |
| CIVfsDirectory | Same as System.IO.Directory singleton |
| CIVfsFile | A System.IO.File singleton equivalent |
| CIVfsPath | Access to the Path functions of the specified filesystem |