Fs
Node.js fs module (subset — most commonly used APIs)
Module:node:fs
Support: Experimental
Since: 1.1.0
Docs: Node.js Docs
Dictionary StatResult
Result object returned by stat/statSync containing file metadata.
Since: 1.1.0 Docs: Node.js Docs11 members: 11 undocumented
Properties
True if the entry is a regular file.
True if the entry is a directory.
True if the entry is a symbolic link.
True if the entry is a symbolic link.
Access time in milliseconds since epoch.
Modification time in milliseconds since epoch.
Status change time in milliseconds since epoch.
Creation time in milliseconds since epoch.
Creation time in milliseconds since epoch.
User ID of the file owner.
Group ID of the file owner.
---