virtualfilesystem

How to construct an in-memory virtual file system and then write this structure to disk

How to construct an in-memory virtual file system and then write this structure to disk Question: I’m looking for a way to create a virtual file system in Python for creating directories and files, before writing these directories and files to disk. Using PyFilesystem I can construct a memory filesystem using the following: >>> import …

Total answers: 2