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.
__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
Read, write, copy, move, and directory management.
Helpers & Utils
JSON handling, binary I/O, and filtered listings.
Search & Patterns
Full-text discovery and glob-based file matching.
Archive & Compression
TAR archiving and lossless GZIP compression.
File Watching
Reactive filesystem monitoring and event handling.
Disposable Temp Files
Auto-cleaning temporary scratch files with TTL management.
Security & Advanced
AES-256 encryption, shredding, and locking.
Learn the fundamental filesystem methods for reading, writing, and listing.
