C# パス文字列からファイル名部分を取り出す

string filename = Path.GetFileName(sourceFilePath);