Copy a file from one location to another.
The input file
The output file
Create a hard link of an existing file
The existing file path
The new path to the hard link
Creates a directory and all parent directories recursively. If the file already exists, and is not a directory, just return.
The directory to create
Remove a directory recursively. DANGER DANGER!
Directory to remove
Try and stat() a file. If stat() fails for any reason, returns null
.
The file to try and stat()
Generated using TypeDoc
Wrappers for the
fs
module.Also has a few utility functions