Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to rename a file with vfp ?
Message
From
17/03/2008 06:22:45
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01302503
Message ID:
01302582
Views:
12
>>>>>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
>>>
>>>Did you mean quotes instead?
>>
>>Yes, sorry. I always mix up the english words.
>Tore,
>
>Apostrohpy is the single quote that is used in contractions and possessives like it's or Jim's.
>
>Single quote is the single quote '
>
>Quotation marks are the double quotes "

I will try to remember! :-)
Previous
Reply
Map
View

Click here to load this message in the networking platform