API Reference > imodeljs-backend > Portability > IModelJsFsStats 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 isSymbolicLink ConstructorProperty boolean mtimeMs ConstructorProperty number size ConstructorProperty number Defined in core/backend/src/IModelJsFs.ts Line 18 Last Updated: 13 June, 2024