Hey i am hoping to write a program where the program automatically just copy pastes all my dad’s documents from D:\office folder. So whenever I plug-in my pen-drive , the program silently copies all documents inside my pen-drive. Also all files should be pasted to a hidden folder in the pen-drive (so it remains private) . Synchronization capability also required …So which language should be easy and where to get started …any idea ??.
Share
I infer you are on Windows. Window has a plethora of functions to manipulate files. A few functions are below.
On and on. These and many more functions are documented here.
File Management Functions
Copy or move the files to the pen drive.
HTH