Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Rename a file
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00887835
Message ID:
00887843
Views:
9
This message has been marked as the solution to the initial question of the thread.
Try this:

file_wo_ext = "MyCsvFile." && The last point is important
file_w_ext = "MyCsvFile.CSV"

RENAME (file_wo_ext) TO (file_w_ext)
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