Synchronous Filesystem utilities for Node.js.
- mocha (if you want to run tests)
Remove the directory on path
recursively.
Create a directory and all its parent directories.
Copy a file content src
to dest
.
Copy file contents src
to dest
recursively.
Creates a symbolic link path
which points to src
.
Creates a symbolic link path
which points to src
. If path
already exists, overwrite it.
Change the current working directory.
Get the current working directory.
Change permission bits on path
.
Change the owner of the file or directory on path
Change the owner of the file or directory on path
recursively.
Write a file on path
after create all its parent directories if necessary.