I am searching for function which returns me filename from a string that has
the file + filepath.
( string sFile = "C:\DIR\SUBDIR\ TEST.XML" => TEST.XML)

Is there a functional class for this or what have I to do?