New
Symbolic links, timestamps, and permissions support
The Node.js file system module now supports symbolic links (symlink(), readlink(), lstat()), returns correct file timestamps (atime, mtime, ctime, birthtime), and enforces owner-level file and directory permissions (chmod(), access(), Stats.mode). Learn moreNew
Node.js file system API
A Node.js-compatible file system API is now available in Edge Scripts, allowing you to read and write files directly at the edge. Learn moreNew