FunctionsModulepath$parsePathOn this page$parsePath This function parses a given path into an object using the path module. Parameters ParameterDescriptionpathStringThe path string to be parsed. Example <AoiClient>.addCommand({ name: "misc", code: ` $parsePath[some/path/file.txt] `,});