Create a function that returns the selected filename from a path. Include the extension in your answer.
getFilename("C:/Projects/pil_tests/ascii/innokodakademija.txt") ➞ "innokodakademija.txt"
getFilename("C:/Users/johnsmith/Music/Beethoven_5.mp3") ➞ "Beethoven_5.mp3"
getFilename("ffprobe.exe") ➞ "ffprobe.exe"