File attributes object
Returns a file object with the attributes of the file
The absolute path of to get the properties from
Returns a object with the file attributes. The block uses fs.stat node function. Learn more here about the return object here https://nodejs.org/api/fs.html#class-fsstatsarrow-up-right
Last updated 3 years ago