Skip to content
/ vfs Public

Add Virtual File System support to your project. Implement Mods directory support in 2 lines of code

License

AGPL-3.0, AGPL-3.0 licenses found

Licenses found

AGPL-3.0
LICENSE
AGPL-3.0
license.txt
Notifications You must be signed in to change notification settings

ethernidee/vfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VFS (Virtual File System)

Add Virtual File System support to your project. Implement Mods directory support in 2 lines of code. Virtually copies contents of any directory into any directory. Copied contents is available in read-only mode.

Example:

VfsImport.MapModsFromListA('D:\Game', 'D:\Game\Mods', 'D:\Game\Mods\list.txt');
VfsImport.RunVfs(VfsImport.SORT_FIFO);

About

Add Virtual File System support to your project. Implement Mods directory support in 2 lines of code

Resources

License

AGPL-3.0, AGPL-3.0 licenses found

Licenses found

AGPL-3.0
LICENSE
AGPL-3.0
license.txt

Stars

Watchers

Forks

Packages

No packages published

Languages