Nodepathdefault.PlatformPath.dirnamemethod default.PlatformPath.dirname#PlatformPath.dirname(path: string): stringReturn the directory name of a path. Similar to the Unix dirname command. Parameters ##path: stringthe path to evaluate. Return Type #stringThrows #TypeErrorif path is not a string.
method default.PlatformPath.dirname#PlatformPath.dirname(path: string): stringReturn the directory name of a path. Similar to the Unix dirname command. Parameters ##path: stringthe path to evaluate. Return Type #stringThrows #TypeErrorif path is not a string.