const FileSystemStats = brackets.getModule("filesystem/FileSystemStats")The FileSystemStats represents a particular FileSystemEntry's stats.
| Param | Type |
|---|---|
| options | Object |
Whether or not this is a stats object for a file
Whether or not this is a stats object for a directory
Modification time for a file
Size in bytes of a file
The canonical path of this file or directory ONLY if it is a symbolic link, and null otherwise.
Kind: global variable