Hi,
I had a folder in /Files/FOLDER. I had no trouble accesing this via HttpContext.Current.Request.MapPath()
I then need to move this FOLDER outside of /Files, so its not in the backend when loading filemanager. But now it fails.
How would I go about that?
before:
string rootPathAgenda = "/Files/FOLDER/";
now:
string rootPathAgenda = "/FOLDER/";
And it fails