Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems with Mkdir in tempfolder
Message
From
31/07/2001 22:34:02
 
 
To
31/07/2001 07:29:21
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00537623
Message ID:
00538138
Views:
39
>>Dear All,
>>

>MD (lcTempPath + "Hello")
>MD (lcTempPath + "\World")
>
>
>Hilmar.

Hilmar,

I think you mean:

MD ( lcTempPath + "Hello")
MD ( lcTempPath + "Hello\World")

However, this is not really a feasible solution. It would mean updating every single MKDir call with a bespoke function that would parse the path and create it by building it directory by directory. Not the most efficient solution that I can think of.

Mace
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform