You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Path has a public static string GetFileName(string path) but no way to get just the name component of the file path and it could be as easy as Path.Filename which defers to public static string GetFileName(string path).