Menu

Home

Manuel Lucas Viñas Livschitz

Welcome to PgVFS.NET wiki

This library was made in C# in order to emulate the physical filesystem as seen from the C# System.IO API.

It has 2 parts, the library and a command line FTP-like application in order to access the virtual file system manually. The library itself its divided in several parts:

  • The common part (Interfaces and common objects)
  • The specific implementation part: VFS over Postgres and VFS over local filesystem
  • The testing part (it's an integration test, so it DROPS ALL the data before executing)

To use it please checkout the SVN directly.

Class documentation will be found here.

Note: The wiki uses Markdown syntax.

Project Members: