File Attributes

File attributes object

Description

Returns a file object with the attributes of the file

Properties

File Path

The absolute path of to get the properties from

Returns

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-fsstats

Last updated