Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP 6.0 and long file names
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
VFP 6.0 and long file names
Miscellaneous
Thread ID:
00163582
Message ID:
00163582
Views:
65
I try to install my application in "Program Files" folder, but in main programm I have the following code:

programm_path = SYS(16,1)
programm_path = LEFT(programm_path,AT(MYAPP,programm_path)-1)

m_file = programm_path + "MyLib.FLL"
SET LIBRARY TO &m_file

but allways when I run application I receive the error messages: programm xxx.prg does not exist where the xxx is function from MyLib.Fll

How can I use the long file names within the VFP.

TIA
Boris
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Next
Reply
Map
View

Click here to load this message in the networking platform