getFilename#

pyCGM2.Utils.files.getFilename(fullname: str)#

Extract the filename from a full path.

Parameters:

fullname (str) – The full path including the filename.

Returns:

str – The filename extracted from the full path.