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

407 B

//////////////////////////////////////////////////////////////////////////////// /// @startDocuBlock JS_MakeAbsolute /// @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. /// @endDocuBlock ////////////////////////////////////////////////////////////////////////////////