System Module

Filesystem API (fs)

High-performance filesystem abstraction powered by the native XHSC engine.

The fs module provides a high-level, unified abstraction for all file and directory I/O operations. Unlike standard Node.js fs, XyPriss delegates heavy lifting to the **XHSC Hyper-System Core**, offering near-native performance and non-blocking multithreading.

Under the Hood Architecture
All methods on __sys__.fs interact with the underlying Go-based engine. This guarantees that intensive operations like directory traversal, checksumming, or large-file streaming do not block the Node.js event loop.
Core Operations

Learn the fundamental filesystem methods for reading, writing, and listing.