Node.js — Get the Size of a File
Node.js ships with the native fs module to interact with the local file system. The fs module supports retrieving statistics for a file on your local disk. You may also get the size of a file from these statistics. This tutorial shows you how to retrieve the file size …
Continue Reading