MCPcopy Create free account
hub / github.com/awslabs/llrt / dirname

Method dirname

types/path.d.ts:101–101  ·  view source on GitHub ↗

* Return the directory name of a path. Similar to the Unix dirname command. * * @param path the path to evaluate.

(path: string)

Source from the content-addressed store, hash-verified

99 * @param path the path to evaluate.
100 */
101 dirname(path: string): string;
102 /**
103 * Return the last portion of a path. Similar to the Unix basename command.
104 * Often used to extract the file name from a fully qualified path.

Callers 2

setupFunction · 0.80
buildSdksFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected