1
0
Fork 0
arangodb/Documentation/DocuBlocks/JS_GetTempFile.md

566 B

//////////////////////////////////////////////////////////////////////////////// /// @startDocuBlock JS_GetTempFile /// @brief returns the name for a (new) temporary file /// fs.getTempFile(directory, createFile) /// /// Returns the name for a new temporary file in directory directory. /// If createFile is true, an empty file will be created so no other /// process can create a file of the same name. /// /// Note: The directory directory must exist. /// @endDocuBlock ////////////////////////////////////////////////////////////////////////////////