wabbajack/Wabbajack.VirtualFileSystem
Justin Swanson 5db84a6ee6 Replaced all File.OpenWrite calls /w .Open(FileMode.Create)
File.OpenWrite is equivalent to FileMode.OpenOrCreate, which caused errors when replacing a file that was larger previously
2020-01-18 14:52:09 -06:00
..
Context.cs Replaced all File.OpenWrite calls /w .Open(FileMode.Create) 2020-01-18 14:52:09 -06:00
Extensions.cs Async VFS Implementation (#171) 2019-11-14 15:22:53 -07:00
IndexedVirtualFile.cs Integrate build server file indexing into the main app 2020-01-09 21:47:06 -07:00
PortableFile.cs Async VFS Implementation (#171) 2019-11-14 15:22:53 -07:00
Readme.md Created READMEs for most projects 2019-11-21 15:11:08 +01:00
VirtualFile.cs Can now get meta.ini data from a download state 2020-01-10 21:15:53 -07:00
Wabbajack.VirtualFileSystem.csproj VFS as .net Standard 2020-01-09 16:07:42 -07:00

Wabbajack.VirtualFileSystem

Once called just VirtualFileSystem, this project is responsible for indexing, staging and caching files from the game folder, the downloads and install folder.