Create a unique temporary directory. The given template must end in XXXXXX, and the Xs will be replaced to provide a unique directory name.
const tmpDir = await tjs.makeTempDir('tmpDirXXXXXX'); Copy
const tmpDir = await tjs.makeTempDir('tmpDirXXXXXX');
Template for the directory.
Create a unique temporary directory. The given template must end in XXXXXX, and the Xs will be replaced to provide a unique directory name.