How to open a folder with the default file-manager in mono/C#

using System.Diagnostics; … Process.Start (“file:///home/”); Did a bit of IRC channel ping-pong today. Went over to #f-spot to ask a user-related question about f-spot, and got pulled in by curiosity on a totally unrelated topic: opening a folder with the default file-manager. Initiated some discussion on #mono and discovered this was, in fact, not trivial… Continue reading How to open a folder with the default file-manager in mono/C#