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

Some Files Not Displayed In Browser Preview #95

Open heribertolugo opened 2 years ago

heribertolugo commented 2 years ago

Its found that some files are not showing due to the file name being too long and all exceptions being swallowed.

Need to create a helper that gets file names and directory names and only swallow necessary exceptions.

see #92