Hi Richard, Robert, and Stephen,
Thank you for responding. Richard, I am going to try your suggestion, namely,
saving the default folder path:
on listMyFiles
put the default folder into tSaveDir
set the default folder to someFolderPath
get the files
set the default folder to tSaveDir
On 13.01.2014 at 14:49 Uhr -0500 Gregory Lypny apparently wrote:
Hi everyone,
everything gets messed up even if the handler is not called.
LiveCode server stops looking for HTML pages in the Documents
folder. I have to comment-out the handler to get things working
right again.
Gregory
I w
Gregory Lypny wrote:
> Have LiveCode Server running on my Mac. It is configured to look for
> web pages in the WebServer/Documents folder. But what do I do if I
> want to use the Files function to get a listing of files in another
> folder, say, a data folder? When I create a handler in the serve
On Mon, Jan 13, 2014 at 11:49 AM, Gregory Lypny
wrote:
> do if I want to use the Files function to get a listing of files in
> another folder, say, a data folder?
you might be outside the scope of the server. It's a security thing. Put
the files you need in the server space.
*--*
*Stephen Barnc