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

9 lines
176 B
Markdown

@brief makes a given path absolute
`fs.makeAbsolute(path)`
Returns the given string if it is an absolute path, otherwise an
absolute path to the same location is returned.