basename Returns filename component of path &reftitle.description; stringbasename stringpath stringsuffix Given a string containing a path to a file, this function will return the base name of the file. &reftitle.parameters; path A path. On Windows, both slash (/) and backslash (\) are used as directory separator character. In other environments, it is the forward slash (/). suffix If the filename ends in suffix this will also be cut off. &reftitle.returnvalues; Returns the base name of the given path. &reftitle.changelog; &Version; &Description; 4.1.0 The suffix parameter was added &reftitle.examples; <function>basename</function> example ]]> &reftitle.seealso; dirname pathinfo