To use the movesync
function from fs-extra
in Javascript, you need to follow these steps:
fs-extra
package by running npm install fs-extra
in your terminal.fs-extra
module in your JS file using require('fs-extra')
.movesync
function while passing the source and destination file paths as arguments.Here's the code snippet for your reference:
index.tsx273 chars9 lines
In the above code, we first import the fs-extra
module using require
and then set the source and destination file paths. We then call the movesync
function on the fse
object passing the source and destination file paths as arguments.
The function returns a promise which resolves when the move is successful or rejects with an error in case of failure.
Hope this helps!
gistlibby LogSnag