Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to rename a file with vfp ?
Message
From
16/03/2008 16:44:40
 
 
To
16/03/2008 16:38:43
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01302503
Message ID:
01302507
Views:
10
This message has been marked as the solution to the initial question of the thread.
>i want my app to rename a file but i can't see the right command. for exemple
>
>rename file : C:\MYFILE MARCH 2008.TXT
>to : C:\MYFILE_MARCH_2008.TXT

WHen you have a space in the filename or in the path, you must use apostrophes.
Rename file "C:\MYFILE MARCH 2008.TXT" to C:\MYFILE_MARCH_2008.TXT
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform