Determine mime type of a file
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Determine mime type of a file
- From: Marco <netuse@...>
- Date: Mon, 2 May 2011 10:55:23 +0200
Hi,
I'm new to lua, apologies if the answer is trivial but
google didn't offer much help.
How can I determine the mime type of a file (like the unix
command “file -i <some_file>”)?
Marco