On 11/11/2015 13:40, Malte Brill wrote:
Hi Mike,

thanks for the reply!

For the Mac I seem to be able to use:

put "find -d tree“ && tPath &&  "-type f“ into tShellCommand

For Windows of course I forgot to replace the backslashes with slashes.

Not sure if find is available and has the same switches on Linux though…

I recommend:

    find -depth tree [tPath] type f

This is POSIX compliant and will work on both Linux and Mac.

                                      Peter

--
Dr Peter Brett <peter.br...@livecode.com>
LiveCode Open Source Team

LiveCode on reddit: https://reddit.com/r/livecode

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to