Open the archive
Arqivexa prepares a projected workspace for a supported .cfs archive instead of expanding every payload into a second directory first.
Guides / Archive editing
With a supported Arqivexa archive, you can open a projected File Explorer workspace, work with the files you actually need, save supported changes back into the archive, and close the workspace without maintaining a separate full extraction.
The task
Arqivexa prepares a projected workspace for a supported .cfs archive instead of expanding every payload into a second directory first.
Directory entries can be browsed before every file is hydrated. File data is supplied when an application actually requests it.
Supported workspace changes are committed to the .cfs archive so the archive remains the user-managed persistent object.
What happens during editing
Applications can read hydrated files and supported overwrite operations can be captured for persistence.
Common workspace changes can be represented in the projected tree and then written into the archive when the workflow commits them.
Arqivexa separates editing from the final archive replacement path so candidate state can be validated before the persistent archive is replaced.
Compatibility boundary
The current design is aimed at normal reads, overwrites, creates, renames, moves, and deletes inside the workspace.
Some programs use memory mapping, file locks, temporary save files, atomic replacement, antivirus hooks, or preview handlers. Those patterns can require additional compatibility handling.
Arqivexa is archive software, not a backup system. Keep independent copies of important or irreplaceable data before testing unfamiliar applications.
When this workflow helps
If you only need to inspect or modify a few files, on-demand access can avoid expanding every archive member before you start.
A persistent .cfs archive can be reopened as the same logical workspace without manually synchronizing a separate extraction directory.
If your priority is broad ZIP, 7z, RAR, TAR, or cross-platform format support, a traditional multi-format archiver may be a better fit.
See how the Explorer workspace opens → · Understand the editable-archive concept →
Current release boundary
Writable archives require local NTFS storage. Explorer mounting uses Windows Projected File System. Arqivexa compresses files but does not currently encrypt them.