Asynchronously, the absolute path to a temporary directory.
Clean up a temporary directory created with createTempDir. Instead of this, use withTempDir whenever possible.
The path to the temporary directory.
Asynchronously, if and when the cleanup is successful.
Resolve a relative filename within a root directory. This is a security-critical function. It prevents pathname traversal.
Absolute path to the directory that must not be exited.
Something that should be a relative path.
The absolute path to the named file.
Provide a temporary directory for as long as the given promise executes. It safely cleans up the directory once the promise settles.
A function that will get the absolute path to a temporary directory.
The same as the given promise.
Generated using TypeDoc
Create a temporary directory. Instead of this, use withTempDir whenever possible.