heribertolugo / FileList

List all files in a given directory, and provide the option to copy or move selected files.
1 stars 0 forks source link

File Types Centralized #88

Open heribertolugo opened 2 years ago

heribertolugo commented 2 years ago

There should be a class which determines a file type and can return all known extensions for each file type. It should be possible to add custom extensions.

heribertolugo commented 2 years ago

mime types can be gotten for every extension from HKEY_CLASSES_ROOT, along with file extensions. information about the subkeys can be found here: setting-optional-subkeys-and-file-type-extension-attributes

a class can be made which holds a mime type and a list of extensions associated with that mime.