IModelJsFsStats Class

Information about a file. See IModelJsFs.lstatSync

Methods

Name Description
constructor(size: number, atimeMs: number, mtimeMs: number, birthtimeMs: number, isDirectory: boolean, isFile: boolean, isSocket: boolean, isSymbolicLink: boolean, isReadOnly: boolean): IModelJsFsStats    

Properties

Name Type Description
atimeMs ConstructorProperty number    
birthtimeMs ConstructorProperty number    
isDirectory ConstructorProperty boolean    
isFile ConstructorProperty boolean    
isReadOnly ConstructorProperty boolean    
isSocket ConstructorProperty boolean    
boolean    
mtimeMs ConstructorProperty number    
size ConstructorProperty number    

Defined in

Last Updated: 08 January, 2020