Skip to content

Function: tmpFS()

tmpFS(relativeRoot?, options?): LocalFileSystem

LocalFileSystem rooted under resolveLocalTemp, with relativeRoot joined as a relative path (leading / / ~ stripped so the result stays under temp).

string = "."

OsFileSystemOptions = {}

LocalFileSystem

const scratch = tmpFS("job-42");
await scratch.writeFile("out.bin", bytes);