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