Filesystem #5

Open
opened 2023-03-12 16:52:08 +00:00 by TheCurle · 0 comments
Owner

The Filesystem Abstraction provides:

  • Asynchronous file read/write
  • File content callbacks
  • File copying
  • File moving
  • File deletion

via the same interface for disk operations as for Virtual Filesystem operations.

The VFS system operates on a number of Pack files, which are (as the name suggests) series of files packed together, optionally with compression.

Related files are packed together, and a central directory file allows for quick access.

The Filesystem Abstraction provides: * Asynchronous file read/write * File content callbacks * File copying * File moving * File deletion via the same interface for disk operations as for Virtual Filesystem operations. The VFS system operates on a number of Pack files, which are (as the name suggests) series of files packed together, optionally with compression. Related files are packed together, and a central directory file allows for quick access.
TheCurle added this to the Assets System project 2023-03-12 16:52:08 +00:00
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: TheCurle/umbra#5
No description provided.