Home > @rushstack/node-core-library > IFileSystemUpdateTimeParameters
IFileSystemUpdateTimeParameters interface
The options for FileSystem.updateTimes() Both times must be specified.
Signature:
export interface IFileSystemUpdateTimeParameters
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
accessedTime | number | Date | The POSIX epoch time or Date when this was last accessed. | |
modifiedTime | number | Date | The POSIX epoch time or Date when this was last modified |