How to create a folder and a log file?

Hi All,

I developed an application using Lotus Script, I want to write the steps(events and errors) into a log file. I was able to write to a file in Data directory. But I want to create a folder in Data directory called “MyFolder” using Lotus Script and then write the log files into that. I search the help but could not get any info.

Can anyone help me on this.

Thanx,

Arnavee

Subject: How to create a folder and a log file?

MkDir path

Subject: RE: How to create a folder and a log file?

Hi,Thanks a lot!!!

Arnavee