Re: revCopyFolder in LC Server

2021-01-27 Thread Neville Smythe via use-livecode
Thanks Matthias. I would not have guessed that from the Documentation which simply says that revCopyHandler is available for “desktop,server”. I was thinking I would just use a one-line shell call to replace the handler … but I suppose I should install the whole shebang Neville

Re: revCopyFolder in LC Server

2021-01-27 Thread matthias rebbe via use-livecode
Neville, revCopyFolder is part of the revCommonLibary which is located in the folder Tools/Toolset/libraries within the LivecodeIDE app bundle (MacOS) or program folder (Windows). The file revCommonLibrary.livecodescript is not included in the LivecodeServer Installation files by default. You

revCopyFolder in LC Server

2021-01-27 Thread Neville Smythe via use-livecode
I get a “Can’t find handler (revCopyFolder)” error in LC Server from a script line revCopyFolder tTemplateDir,tDirPath The script works up to that line. Is there a problem with using revCopyFolder in LCServer? Neville ___ use-livecode mailing list us