• Stars
    star
    1
  • Language
    Java
  • Created about 9 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An application written in Java programming language An application to copy/move/delete computer files in large number efficiently Often we might want to have our files in the computer Copy/Move/Delete to a certain Condition, be it for long-term storage purpose. Suppose we only copy/move/delete only pdf file or only last used at 12/12/2012 file or shortcut file or size less than 5 MB or has name photo from certain location to a certain location. When number of files to copy/move/delete is small, the task is not very hard, but might be wearisome in some cases. However, when large number of files is concerned the operation becomes as hard as impossible, if not tedious. As the organisation of files in the computer is to be done in the computer itself, the task could best be accomplished by producing an application that does the job for us. That’s where our application File System Wizard comes in!