Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to rename a file with vfp ?
Message
 
To
16/03/2008 16:38:43
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01302503
Message ID:
01302506
Views:
9
>i want my app to rename a file but i c
an't see the right command. for exemple
>
rename file : C:\MYFILE MARCH 2008.TXT
         to : C:\MYFILE_MARCH_2008.TXT
What is the difference?
OOPS,
I didn't saw space in the name:
lcOriginal = [C:\MYFILE MARCH 2008.TXT]
lctarget   = [C:\MYFILE_MARCH_2008.TXT]

COPY (lcOriginal) TO (lctarget)
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform