Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Mkdir - problem VFP8
Message
De
26/07/2003 11:19:45
Matthias Will
BiCON Systemtechnik GmbH
Karlsruhe, Allemagne
 
 
À
26/07/2003 10:17:26
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00813741
Message ID:
00813758
Vues:
8
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform