Node.js fs.filehandle.utimes() Method
The fs.filehandle.utimes() method is an inbuilt application programming interface of class fs.filehandle within File System module which is used to change the time stamp of this file system. Syntax:Â Â const filehandle.utimes(atime, mtime) Parameter: This method accepts two parameters as mentioned ab