Directory tree first
Folders and filenames from the archive appear in a projected directory tree. Explorer can enumerate them without first expanding the entire compressed payload.
Guides / File Explorer
Arqivexa uses Windows Projected File System to present the directory structure of a supported .cfs archive in Explorer. Files can appear in the workspace before all compressed payloads are expanded, and requested contents are supplied on demand.
What you see
Folders and filenames from the archive appear in a projected directory tree. Explorer can enumerate them without first expanding the entire compressed payload.
When a file is opened, Arqivexa supplies the requested data from the archive. Projected File System refers to this as hydration.
The projected folder is not intended to be only a preview. Supported changes can be committed back so the .cfs archive remains the persistent object.
Opening sequence
Arqivexa opens a supported .cfs file and reads the metadata needed to represent its directory structure.
A managed ProjFS workspace is created so Windows can enumerate archive paths through normal filesystem calls.
As Explorer or another application requests file contents, Arqivexa reads and decompresses the corresponding archive data into the projected workspace.
What this is not
Arqivexa's folder-like interface resembles “mounting” from a user's point of view, but the current implementation is not a block device, disk image, or general filesystem driver. It is a ProjFS-backed workspace whose source of truth is a .cfs archive.
Windows Projected File System supplies placeholders and callbacks for on-demand data rather than exposing a virtual disk sector interface.
Compressed archive metadata and payloads remain the persistent data source behind the projected directory.
Closing the workspace gives Arqivexa a defined point to persist supported changes, validate state, and release the projection cleanly.
Next steps
See which file operations are part of the current editing workflow and where application compatibility can vary.
Go deeper into placeholder enumeration, hydration, and the Windows mechanism behind the projected folder.
Use the format-specific guide if you have a .cfs file and need to confirm compatibility or setup requirements.
Support scope
Arqivexa 0.5.0 Stable targets Windows 11 x64. Writable archives require local NTFS storage and the Windows Projected File System feature. It does not claim to mount arbitrary ZIP, 7z, RAR or other archive formats as editable workspaces.