My program wants add subdirectories to a directory depending on the different file-types in the directory.
For example it needs to make a 'Music'-folder whenever it encounters a .mp3 file. If there is a .jpg in the directory too, it should add an 'Images'-folder.
Now what I'm obviously looking for is some kind of database or lib that I can use to identify the file-type of any file extension.
Anybody knows where I might find this?
(I have been searching for quite a while, and the best I found was this site that does seem to contain the info that I need, but it doesn't seem too easy to get this info into an easy to use database) http://www.findfiles.net/file-formats
Thanks for any advice on where to try and search for this
awkscript can parse out the info you need. – Szilard Barany Feb 10 at 10:45