I would like to write my own file manager i.e. something like what XYplorer or Free Commander does but with a feature set that's more helpful to programmers.
What's the best language to write this. I'm basically looking for a language that has both rich GUI libraries and a nice wrapper library over the Windows Shell API.
I tried with C#, but writing my own PInvoke wrapper layer over Shell32.dll is a PITA I'm that I'm hoping to leapfrog over, so that I can get down to actually writing the app itself.