rejetto forum

Discuss about the Virtual File System technique?

0 Members and 1 Guest are viewing this topic.

Offline NaitLee

  • Tireless poster
  • ****
    • Posts: 203
  • Computer-brain boy
    • View Profile
I'm just trying to implement a virtual file system (vfs) thing in Python, but cannot figure out the technique to do.
HFS source code is a bit long and I failed to discover the actual way.

Please, help me imagine a method to complete it :)
Any spoken thing is fine :D
"Computation is not forbidden magic."
Takeback Template | PHFS


Offline danny

  • Tireless poster
  • ****
    • Posts: 281
    • View Profile
It looks like an expansion of the typical feature of web and ftp servers--the ability to set webroot to a real folder (folder is C:\web (example) but link is /).  The values are stored in web server's data file.  HFS has this, except more capacity to store more links. 


Offline Rapid

  • Occasional poster
  • *
    • Posts: 49
    • View Profile
    • R&Q Portal
I'm suggesting a new format for VFS.
A JSON config file and all icons as separate files inside zip archive.
It will be easy to look and modify.

I've made an export into this format (i've called *.VFSJZ) so you can look at it.
https://github.com/drapid/HFS/releases/tag/2.4RC8

Loading is the next thing...
« Last Edit: August 11, 2021, 10:54:11 AM by Rapid »