Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Relative path to wwwroot for C++ Builder
#1
I am using C++ Builder 10.2.3 with Intraweb 15.6.1

I am trying to access a subfolder (myfolder) I created in wwwroot following this reference article:

https://docs.atozed.com/docs.dll/develop...20XIV.html

This for sure does not work as a relative path in C++ builder: "\\myfolder\\myfile.xml"
It is referring to C:\myfoler\myfile.xml

This one is close: "myfolder\\myfile.xml". But is referring to the application path were the .exe is running!

So, in C++ Builder, how can I use a relative path to access a file or subfolder located in wwwroot?
Reply


Messages In This Thread
Relative path to wwwroot for C++ Builder - by valmeras - 06-05-2024, 03:24 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)