I want to develop a VB tool that copy the files from one source to destination
the fig here i have attached to demonstrate my tool
![Name: VB_6.JPG
Views: 33
Size: 21.6 KB]()
here Source is the source of the file from where we want to copy the files
Destination is our desired destination where we copy the copied files
Character you want to add is the character we want to add add at the start or end of file name that we copied from source to desination
the Options prefix and suffix is the option when we select according to option the chacacters is added to start or end of file name.
Copy command to copy and save the files.
for eg
we select files from D:\test and files are files1, files2,files3 ,files3 and so on
the destination is E:\New Folder\cjan
the add character is _ed
then when i click copy the copied files in destination should be file1_ed,file2_ed,file3_ed and so on
what should i do to get my goal?
please help me to sort this.
thanks in advance
regard
cjan
the fig here i have attached to demonstrate my tool
here Source is the source of the file from where we want to copy the files
Destination is our desired destination where we copy the copied files
Character you want to add is the character we want to add add at the start or end of file name that we copied from source to desination
the Options prefix and suffix is the option when we select according to option the chacacters is added to start or end of file name.
Copy command to copy and save the files.
for eg
we select files from D:\test and files are files1, files2,files3 ,files3 and so on
the destination is E:\New Folder\cjan
the add character is _ed
then when i click copy the copied files in destination should be file1_ed,file2_ed,file3_ed and so on
what should i do to get my goal?
please help me to sort this.
thanks in advance
regard
cjan