How do i get the file type in Mono? i.e. "*.txt" => "Text Document", "*.jpg" => "JPEG Image". Similar to what SHFILEINFO.szTypeName returns with P/Invoke on Windows.

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

There is no cross-platform API for this. On Linux you can use GIO, and there are native APIs on Mac too though I don't know them offhand. On Windows you can P/Invoke from Mono.

link|improve this answer
Thank you. I'm adding a reference to GIO docs here: library.gnome.org/devel/gio/stable/index.html – Ozgur Ozcitak Aug 20 '10 at 6:52
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.