tmpDirectory([scope])
tmpDirectory(); // /tmp/{some-random-uuid}
If you don't want to clutter your temporary folder with too many random
directories, pass a scope
to group them under the same directory.
tmpDirectory('firost/scope/');
// /tmp/firost/scope/{some-random-uuid}