Node fs.lutimes function | API Reference | Bun
BuildDocsReferenceGuidesBlogDiscord/
node:fs/
lutimesNlutimes
Search the reference...
/
BuildDocsReferenceGuidesBlogDiscord/
node:fs/
lutimesNlutimes
namespace
fs.lutimesfunction
lutimes(path:
PathLike,atime:
TimeLike,mtime:
TimeLike,callback:
NoParamCallback): void;
Changes the access and modification times of a file in the same way as utimes, with the difference that if the path refers to a symbolic link, then the link is not dereferenced: instead, the timestamps of the symbolic link itself are changed.
No arguments other than a possible exception are given to the completion callback.
namespace
lutimesResources
ReferenceDocsGuidesDiscordMerch StoreGitHubBlog Toolkit
RuntimePackage managerTest runnerBundlerPackage runnerProject
Bun 1.0Bun 1.1Bun 1.2Bun 1.3RoadmapContributingLicenseBaked with ❤️ in San Francisco
We're hiring →