TheOfficialFloW / VitaShell

Multi-functional file manager for PS Vita
GNU General Public License v3.0
1.37k stars 225 forks source link

added overwrite option for Copy/Move files #540

Closed alpakeno closed 5 years ago

alpakeno commented 5 years ago

If overwrite set to off, exists files will not be overwritten and new files will be renamed by appending underscore symbol and exists file count '_#' to it.

Edit: Instead of normal option off/on there will be Overwrite, Rename and Skip option.

TheOfficialFloW commented 5 years ago

Sorry, that‘s a dirty way to handle this.

alpakeno commented 5 years ago

Np, I just polished it in the same time you closed it.

Edit: The only dirty method is now getFileNameUpdated, which will polished soon.