Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 694 Bytes

File metadata and controls

23 lines (16 loc) · 694 Bytes
hide_title true
custom_edit_url
pagination_prev
pagination_next

Home > @rushstack/node-core-library > FileWriter > getStatistics

FileWriter.getStatistics() method

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:

FileSystemStats