Home > @rushstack/node-core-library > FileSystem > updateTimesAsync
FileSystem.updateTimesAsync() method
An async version of FileSystem.updateTimes().
Signature:
static updateTimesAsync(path: string, times: IFileSystemUpdateTimeParameters): Promise<void>;
Parameters
Parameter | Type | Description |
---|---|---|
path | string | |
times | IFileSystemUpdateTimeParameters |
Returns:
Promise<void>