GetFileNameWithoutExtension() returns just the filename.

GetFileName() returns the filename including the extension.

GetExtension() returns just the extension.

GetDirectoryName() returns the folder path where the file is located.