Hi all!
I have a client/server application of PB and I deploy it to powerserver web. It works fine, but I can't open a file (in wwwroot/appname dir) whit shellexecutea command.
Client/server script is
ShellExecuteA(0, "Open", ls_path_file, null, null, 0)
how can I get the same result on the web?
How can i read a virtual path application?
Thanks in advance
AppeonFileService is too complicated compared to my case.. Have you got a pb .net web services sample?
thanks in advance.