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

Hidden files #32

Closed heribertolugo closed 4 years ago

heribertolugo commented 4 years ago

file searcher does not process hidden files. this is known issue with shell32 Folder.GetItems

correct fix seems to be to use IShellFolder::EnumObjects

see: Enumerating the shell namespace and IShellFolder::EnumObjects method