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: