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
Core Operations
Read, write, copy, move, and directory management.
View API
helpers
Helpers & Utils
JSON handling, binary I/O, and filtered listings.
View API
search
Search & Patterns
Full-text discovery and glob-based file matching.
View API
archive
Archive & Compression
TAR archiving and lossless GZIP compression.
View API
watch
File Watching
Reactive filesystem monitoring and event handling.
View API
extended
Security & Advanced
AES-256 encryption, shredding, and locking.
View API
Core Operations
Learn the fundamental filesystem methods for reading, writing, and listing.
