Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy file fails with embedded files
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00814381
Message ID:
00814403
Views:
17
>>Sarah,
>>
>>The COPY FILE command doesn't see files in EXE. You can replace it with FILETOSTR() and STRTOFILE()
* copy file (tcName) to (lcNewPath + tcName)
>>STRTOFILE(FILETOSTR(tcName), lcNewPath + tcName)
>>
>
>Thanks so much for your speedy and accurate reply! I'm using vfp5 but had already found scripts for strtofile and filetostr so it was quick to test and prove. Even my .gif was happy!
>
Sarah,

Be carefull with strtofile and filetostr UDF's for VFP5 you found because they may be limited to file size of 64K.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform