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

11 lines
248 B
Markdown

@brief copies a file into a target file
`fs.copyFile(source, destination)`
Copies *source* to destination. If Destination is a directory, a file
of the same name will be created in that directory, else the copy will get
the
specified filename.