I have a page that a user enters a file name.
The program will then search for this file in folder 1, do whatever processing needs to be and create another file in folder 2.
Finally the file in folder 1 is deleted by the program.
Question 1
How can I get the program to look for all files in folder 1 and process them one at a time. Basically I do not want the user to have to type in a file name all the time.
Question 2
At the moment folder 2 is on a local drive. What I would like to do, is for this drive to be a network drive.
I have tried mapping a drive.
I have tried using \\otherserver\destination_folder.
The problem is not user rights as I have Admin rights on both machines.
Thanking in advance for any help received
The program will then search for this file in folder 1, do whatever processing needs to be and create another file in folder 2.
Finally the file in folder 1 is deleted by the program.
Question 1
How can I get the program to look for all files in folder 1 and process them one at a time. Basically I do not want the user to have to type in a file name all the time.
Question 2
At the moment folder 2 is on a local drive. What I would like to do, is for this drive to be a network drive.
I have tried mapping a drive.
I have tried using \\otherserver\destination_folder.
The problem is not user rights as I have Admin rights on both machines.
Thanking in advance for any help received