Hello,
I would like to seek help from all experts in VB.NET (VB Language) regarding copying file from source folder to destination folder.
I have a files named YYYYMMDDHHMMSS.txt. Now i want to build a small project to copy those file to destination folder. The project should work in following manner:
- Check Computer Date
- Look for the file in destination folder similar to computer date and then copy that file to destination folder. For example:
Let say Computer Date is 26/12/2012. When the program starts, it should check the computer date and then look for the file named 20121226*.txt. If the file is present then it should start copying else it should give a message saying the file does not exists. - It should create log file storing the copy information.
Can any one help me how to have above feature in my project.
Thanks