Hi guys I am relatively new to VB but need an app to quickly complete a simple task for me. I have created the app in work but have been having problems and was looking for some help?
I have a file filename.tsv that is extarcted from an application. After the file is extracted the app then checks for the existence of the file then outputs copies it to a drive. My app seems to work but not very consistently.
Can anyone help?
Step 1> check for existence of file. If the file exists then copy it to the drive
Step 2> if the file does not exist output an error message that informs the user of the error
Step> inform user that file has been moved once copie, then output message informing of the success.
At present my app outputs the message even when the file has not been copied correctly!
Any help would be much appreciated?
I have a file filename.tsv that is extarcted from an application. After the file is extracted the app then checks for the existence of the file then outputs copies it to a drive. My app seems to work but not very consistently.
Can anyone help?
Step 1> check for existence of file. If the file exists then copy it to the drive
Step 2> if the file does not exist output an error message that informs the user of the error
Step> inform user that file has been moved once copie, then output message informing of the success.
At present my app outputs the message even when the file has not been copied correctly!
Any help would be much appreciated?