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

Move Copy Files Issues #91

Open heribertolugo opened 2 years ago

heribertolugo commented 2 years ago

When moving/copying files the count is incorrect when switching from keep directory structure to flat. Flat shows more files. Some duplicate files were also noticed.

The errors are not getting correctly written to file. An unreadable ascii character is displayed instead of error text.

Count of items moved and items listed as moved does not reset when using move feature again.

Count of items moved does not match items actually moved. This may be due to the errors. Errors might be due to the move happening on a recycle bin profile. Items successfully moved did get copied correctly and no corrupt files were found.

Progress bar finished before app finished processing.

heribertolugo commented 2 years ago

most of the issues seem to be because the files show as duplicated in main window.

the issue with the error messages might be due to how the message is constructed that is being sent to the notepad window. message is being sent, formatted as intended. however, the formatting might be the cause of the issue,

heribertolugo commented 2 years ago

list of files moved and output text should both scroll down as populated. not doing so makes it seem like application is frozen.