Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Making a Directory
Message
 
À
28/11/2006 10:03:26
Mike Smith
Doncaster Office Services
Oakville, Ontario, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 8
Divers
Thread ID:
01172934
Message ID:
01172939
Vues:
13
>I am using the RUN command to make directories from within VFP.
>
>I am finding that if I attempt to make a directory with a name longer than 8 characters, that the DOS Shell seems to truncate it to the first 8 chanracters.
>
>e.g. RUN MD "C:\ONCEXPORT" results in a file folder called "C:\ONCEXPOR"
>
>Is there a way around this?
>
>Mike Smith
TRY
  MD C:\ONCEXPORT
CATCH
ENDTRY
TRY and CATCH block is just is the folder already exists.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform