Skip to content
Draft
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions Standards/CCSMB-X.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# CCSMB-X: Virtual File System

*Author: walksanator (Walker Fowlkes)*

*Version: 1.0.*

*Last revised: 2023-01-DD*

## Quick information

| Information | |
| ----------- | -----------------------------|
| Version | 1.0.9 |
| Author | walksanator (Walker Fowlkes) |
| Type | Virtual File System Archiv |
Comment thread
walksanatora marked this conversation as resolved.
Outdated
| MIME | `appilcation/vfs` |
| Extensions | `.vfs` |

## Technical details

the VFS file is a text-based format that represents folder(s) as a lua table
where each file/directories name is the key of the table, and the content is the value
for files the value is the contents of the file
for directories the value is a table containg more files/directories