document file.stats
This commit is contained in:
parent
dd8a1c85ad
commit
e206c47818
1 changed files with 4 additions and 0 deletions
4
API.md
4
API.md
|
@ -34,6 +34,10 @@ The filename (including the extension) of the file.
|
|||
|
||||
The extension (including the preceding `.`) of the file.
|
||||
|
||||
### `stats`
|
||||
|
||||
The `fs.Stats` of the file.
|
||||
|
||||
### `bytes`
|
||||
|
||||
The file's contents can be updated by getting or setting `bytes`, which is a `Buffer`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue