Hello there. Can you be more specific...? Are you referring to file attributes(hidden, system, etc...) or are you trying to find what's the associated process(word, excel, etc...) for a given file type? If you want the attributes you can use the FindFirstFile and FindNextFile functions to retrieve the files and it's attributes. Be aware that a folder is a special kind ...