Page 1 of 1

How to get content of a folder?

Posted: 02 Apr 2016 05:59
by binocular222
I need to get a list of all files & folders inside a specific folder (not current one), but this not works:
report([template], [target path])
I think report() should be able to handle this.

Re: How to get content of a folder?

Posted: 02 Apr 2016 07:26
by highend
Depending on what info you really want to get:
quicksearch()
listfolder()
folderreport()

Re: How to get content of a folder?

Posted: 02 Apr 2016 09:44
by binocular222
Thanks.