Hi,
I am using PB 12. to develop a .NET web service.
It needs to read a PDF file stored on another server in a shared directory and returns it to the Web page for download purpose.
The problem is that the functions Fileexists() or Fileopen() always fail to find the file.
It seems that the WebService only knows the subdirectories underneath it's own virtual directory.
eg: C:\Program Files (x86)\webform\webservice_name\webservice_name_root\file\common\c\temp for c:\temp directory
Is there a way to acces other directories or is it mandatory to copy all files in subdirectories web service ?
Best Regards