Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Where put my files?
Message
 
 
To
26/05/2004 11:48:28
Reza Meamar
Homa Programming Group
Shiraz, Iran
General information
Forum:
Visual FoxPro
Category:
Project manager
Miscellaneous
Thread ID:
00907390
Message ID:
00907396
Views:
10
Something like this should work.
lcDllName = "Test.dll"
lcPath = ADDBS(JUSTPATH(_VFP.ServerName))
STRTOFILE(FILETOSTR(STRTRAN(lcDllName, ".dll", ".dl_")), lcPath + lcDllName)
>Hi all
>i want to add some files ( dll ) to my project.
>these are dll file and i change thier name to dl_ and put them to OTHER FILES portion of my project.
>when i want copy these files with COPY FILE TEST.DL_ TO C:\TEST.DLL
>an error occur and say that TEST.DL_ is not exist.
>
>can anyone help me?
>Thanks
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform