| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > FileWriter > getStatistics
Gets the statistics for the given file handle. Throws if the file handle has been closed. Behind the scenes it uses fs.statSync()<></>.
Signature:
getStatistics(): FileSystemStats;Returns: