Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing file included in the project
Message
From
28/04/2004 12:29:50
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00898980
Message ID:
00899006
Views:
21
I have tried and this does work.

- Define a project
- include a file1.txt file with
file Message
text.

- a Main.prg with
SYS(2450,1)
MESSAGEBOX(FILETOSTR("file1.txt"))
h=FOPEN("file1.txt")
MESSAGEBOX(m.h)
FCLOSE(m.h)
Compile and run. All OK:
FILETOSTR() is ok
and
FOPEN() !!! is ok
Previous
Reply
Map
View

Click here to load this message in the networking platform