Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mkdir - problem VFP8
Message
From
26/07/2003 11:19:45
Matthias Will
BiCON Systemtechnik GmbH
Karlsruhe, Germany
 
 
To
26/07/2003 10:17:26
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00813741
Message ID:
00813758
Views:
7
Hello Jos,

Thanks for your reply.
yes, I verified everything and tested and tested ...

lc = GETENV('Temp') && my Temp-Dir
MkDir (ADDBS(lc) + 'Test') && works
MkdIr (ADDBS(lc) + 'Test\Test\Test') && doesn't work

The problem lies in specifying more than one non-existant subfolders.

Another anomaly :
? GETENV('TEMP') and ? GETENV('TMP') show the path as 8.3 ("F:\DOKUME~1\Matthias\LOKALE~1\Temp") while
? GETENV('HOMEPATH') and other show the path as long-filename("\Dokumente und Einstellungen\Matthias")

XP Pro and VFP8 here.
Could you try MkDir (ADDBS(GETENV('TEMP')) + 'Test\Test') and see if it works ?

Regards
Matthias
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform