basename
external fun basename(path: String, ext: String = definedExternally): ERROR CLASS: Symbol not found for js.promise.Promise<kotlin/String>(source)
Returns the last portion of a path. Trailing directory separators are ignored.
Since
1.0.0
Parameters
ext
An optional file extension to be removed from the returned path.