Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Making a Directory
Message
 
To
28/11/2006 10:03:26
Mike Smith
Doncaster Office Services
Oakville, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 8
Miscellaneous
Thread ID:
01172934
Message ID:
01172939
Views:
12
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform