Reference: extractFileName
extractFileName(s), where s is a string representing a file name, returns the pure file name of s without the path. For example, extractFileName("C:\WINDOWS\notepad.exe") returns "notepad.exe".
extractFileName(s), where s is a string representing a file name, returns the pure file name of s without the path. For example, extractFileName("C:\WINDOWS\notepad.exe") returns "notepad.exe".