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

273 B

@brief renames a file fs.move(source, destination)

Moves source to destination. Failure to move the file, or specifying a directory for destination when source is a file will throw an exception. Likewise, specifying a directory as source and destination will fail.