Hi,you can use the standard linux API:var folder = execCommand('mktemp -d', true); // [0, "/tmp/tmp.0351385kt "]folder = folder[1].trim(); // remove any whitespacelogInfo('folder '+folder);execCommand('touch '+folder+'/myfile1', true); // create some files in the folderexecCommand('touch '+folder+'/...