if file does not exist create it.

2001-04-24 Thread Peter Lemus
Hi Guys, I'm writing a script that will read a file, the data on the file are directories in a win2k server. I would like to test if the folder exists and create the folder if it doesn't exist. Please give me an example of how I can accomplish this. Regards, Peter = Peter Lemus Computer

Re: if file does not exist create it.

2001-04-24 Thread Paul
--- Peter Lemus [EMAIL PROTECTED] wrote: I'm writing a script that will read a file, the data on the file are directories in a win2k server. I would like to test if the folder exists and create the folder if it doesn't exist. Please give me an example of how I can accomplish this. open