Is there anything built into System.IO.Path that gives me just the filepath?
System.IO.Path
For example, if I have a string
string
@\"c:\
Console.WriteLine(Path.GetDirectoryName(@"C:\hello\my\dear\world.hm"));