I am trying to reproduce this with gtk#, how can I get the list of compatible extention with a specific file ? (in my case .cpp, .hpp)
I tried this :
Process.Start(@"C:\foo.jpg");
but it's only opens the default app.
I am trying to reproduce this with gtk#, how can I get the list of compatible extention with a specific file ? (in my case .cpp, .hpp)
I tried this :
Process.Start(@"C:\foo.jpg");
but it's only opens the default app.