Nodepathpath.PlatformPath.basenamemethod path.PlatformPath.basename#PlatformPath.basename(path: string,suffix?: string,): stringReturn the last portion of a path. Similar to the Unix basename command. Often used to extract the file name from a fully qualified path. Parameters ##path: string the path to evaluate. #suffix: string optionaloptionally, an extension to remove from the result. Return Type #string Throws #TypeError if path is not a string or if ext is given and is not a string.
method path.PlatformPath.basename#PlatformPath.basename(path: string,suffix?: string,): stringReturn the last portion of a path. Similar to the Unix basename command. Often used to extract the file name from a fully qualified path. Parameters ##path: string the path to evaluate. #suffix: string optionaloptionally, an extension to remove from the result. Return Type #string Throws #TypeError if path is not a string or if ext is given and is not a string.