API@baeta/util-pathVariablesisAbsoluteVersion: 1.xOn this pageisAbsolute() const isAbsolute: (path) => boolean = upath.isAbsolute Determines whether {path} is an absolute path. An absolute path will always resolve to the same location, regardless of the working directory. Parameters ParameterTypeDescription path string path to test. Returns boolean