Creates a temporal directory and places there all TmpFiles returned by the files callback. When TmpFile.content is an object, it will be stringified as JSON. Passes the paths of temporal directory and files to a callback, which can return a Task.
directory
TmpFile
files
TmpFile.content
callback
Task
Creates a temporal
directory
and places there allTmpFile
s returned by thefiles
callback. WhenTmpFile.content
is an object, it will be stringified as JSON. Passes the paths of temporaldirectory
and files to acallback
, which can return aTask
.