Re: LiveCode Server and Getting a List of Files in a Folder

2014-01-15 Thread Gregory Lypny
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

Re: LiveCode Server and Getting a List of Files in a Folder

2014-01-14 Thread Robert Brenstein
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

LiveCode Server and Getting a List of Files in a Folder

2014-01-13 Thread Gregory Lypny
Hi everyone, 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 server using on

Re: LiveCode Server and Getting a List of Files in a Folder

2014-01-13 Thread stephen barncard
On Mon, Jan 13, 2014 at 11:49 AM, Gregory Lypny gregory.ly...@videotron.cawrote: 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

Re: LiveCode Server and Getting a List of Files in a Folder

2014-01-13 Thread Richard Gaskin
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 server