The following forum(s) have migrated to Microsoft Q&A: All English Visual FoxPro forums! Visit Microsoft Q&A to post new questions.
i am using vfp 9 COPY FILE command to copy a file.
i need to rename the file as upper case.
for example:
COPY FILE c:\test.txt TO c:\NEW.TXT
but i found out that the copied file is a lower case file name. (new.txt) i want it to become upper case. (NEW.TXT) how can i do it?
Thanks!