Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
HTML files loaded in the project-how to use files from disk
Message
From
02/11/2007 08:30:39
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
HTML files loaded in the project-how to use files from disk
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01266026
Message ID:
01266026
Views:
52
I have built a DLL application using VFP9 and ASP.
The backend (VFP) returns HTML to be displayed by the from end. The HTML is saved in files on disk and we load the ones that we need for the page that is requested.

Recently we have the idea of including the HTML files in the project (in the DLL) so we can limit the number of disk requests in order to boost performance (we get 40-50 users at the same time). This worked well.

However, some of the templates are modified for certain customers and those files we kept them as disk files in a special location and using the same nameing convention as those loaded in the project. My problem is that when I want to load a file from the disk and I even specify the full path - what I get back is a copy of the file loaded in the project. I understand that is can be caused by using the same name for the file, but I was hoping I can still load files from disk.

I am using FILETOSTR and FOPEN - and no luck. Is there a way to force VFP to look into a disk location rather than the project files?
Next
Reply
Map
View

Click here to load this message in the networking platform