Page 1 of 1

folderreport: filesrel vs files

Posted: 05 Mar 2014 08:09
by binocular222

Code: Select all

folderreport("filesrel:{Basename}", "r")
return filename with extension

Code: Select all

folderreport("files:{Basename}", "r")
return filename without extension
Is this intentional?

Re: folderreport: filesrel vs files

Posted: 10 Mar 2014 14:00
by TheQwerty
This is correct.

filesrel does not accept an additional template like files does, so it will always return the name + relative path.