mirror of
https://github.com/CloudDelphi/Virtual-File-System
synced 2025-12-19 09:53:54 +01:00
Update README.md
This commit is contained in:
parent
4d304d2483
commit
c605df838c
@ -1,2 +1,9 @@
|
||||
# VFS (Virtual File System)
|
||||
Add Virtual File System support to your project. Implement Mods directory support in 2 lines of code
|
||||
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:
|
||||
```delphi
|
||||
VfsImport.MapModsFromListA('D:\Game', 'D:\Game\Mods', 'D:\Game\Mods\list.txt');
|
||||
VfsImport.RunVfs(VfsImport.SORT_FIFO);
|
||||
```
|
||||
|
||||
Loading…
Reference in New Issue
Block a user