Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Rename file using parameters
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00591399
Message ID:
00591415
Views:
27
>Simply get a object reference to the file and change its Name property like this
oFSO = CREATEOBJECT("Scripting.FileSystemObject")
>oFile = oFSO.GetFile((GETFILE("*")))
>? oFile.Name
>oFile.Name = FORCEEXT(oFile.Name, 'DBF')
>? oFile.Name
Naturally, in VBScript you'd get the object references using Set.
>
>Why would you need two parameters?

I need to call this code with the old file name and the new file name. In fact, I need to create a file with a long name in Fox Pro 2.6, so my idea was to write a copy file tool that takes the two parameters.
Christian Isberner
Software Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform