PDA

View Full Version : Problem with Make_Directory command



BDopp
14-Feb-2005, 05:45 PM
Hello Group

I cannot seem to create a new subdirectory in the Windows\Temp\ folder

Obviously the attributes must be stopping me from creating it.

Anyone have any ideas on temporarily changing windows folder attributes
at run time.

Thanks
Barry Dopp

BDopp
15-Feb-2005, 02:05 PM
Whoops found the problem

Make_Directory command has to be called multiple times, once
for each level of subdirectory
Ie: Make_Directory c:\Test
Make_Directory c:\Test\Test1
Make_Directory c:\Test\Test1\Test2

I was trying Make_Directory "C:\Test\Test1\Test2"





"BDopp" <support@enterprisetime.ca> wrote in message
news:T3lIYbuEFHA.1248@dacmail.dataaccess.com...
> Hello Group
>
> I cannot seem to create a new subdirectory in the Windows\Temp\ folder
>
> Obviously the attributes must be stopping me from creating it.
>
> Anyone have any ideas on temporarily changing windows folder attributes
> at run time.
>
> Thanks
> Barry Dopp
>