Creating Network Path - Possible?

I know how to create and open a FILE on a network path, but I’m wondering if it’s possible to create a previously non-existent path on a network drive.

For instance, I want to create C:\Test on C:\

Is this even do-able?

Subject: Creating Network Path - Possible?

Use Mkdir ,

You can find info in Help. Also search this forum.

HTH

Teri

Subject: RE: Creating Network Path - Possible?

Thank you. Worked perfectly. There’s no way I would have found that in Help without your assistance!