Guides / Archive editing

Practical editing workflow

Edit files inside a .cfs archive without extracting everything first.

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.

01

The task

Work on archive contents without creating a full extracted copy.

Open the archive

Arqivexa prepares a projected workspace for a supported .cfs archive instead of expanding every payload into a second directory first.

Open only what you need

Directory entries can be browsed before every file is hydrated. File data is supplied when an application actually requests it.

Save back to the archive

Supported workspace changes are committed to the .cfs archive so the archive remains the user-managed persistent object.

02

What happens during editing

Explorer actions are translated into archive changes.

Read and overwrite

Applications can read hydrated files and supported overwrite operations can be captured for persistence.

Create, rename, move, delete

Common workspace changes can be represented in the projected tree and then written into the archive when the workflow commits them.

Validate before replacement

Arqivexa separates editing from the final archive replacement path so candidate state can be validated before the persistent archive is replaced.

03

Compatibility boundary

Not every Windows save pattern behaves the same way.

Ordinary file operations

The current design is aimed at normal reads, overwrites, creates, renames, moves, and deletes inside the workspace.

Complex application behavior

Some programs use memory mapping, file locks, temporary save files, atomic replacement, antivirus hooks, or preview handlers. Those patterns can require additional compatibility handling.

Backups still matter

Arqivexa is archive software, not a backup system. Keep independent copies of important or irreplaceable data before testing unfamiliar applications.

04

When this workflow helps

Best for selective work inside a persistent compressed archive.

Large archive, small change

If you only need to inspect or modify a few files, on-demand access can avoid expanding every archive member before you start.

Repeated reopen-and-edit work

A persistent .cfs archive can be reopened as the same logical workspace without manually synchronizing a separate extraction directory.

Not a universal archiver

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

Arqivexa 0.5.0 Stable targets Windows 11 x64.

Writable archives require local NTFS storage. Explorer mounting uses Windows Projected File System. Arqivexa compresses files but does not currently encrypt them.