I am using an @DIRECTORY binding to return a list of files in a directory.
The returned values don’t seem to include a forward slash between the parent directory and the file name. For instance, this file:
/assets/xml/webcontent/detail.xml
is being given the value of :
/assets/xml/webcontentdetail.xml1
in my pulldown or checkbox values.
I thought the @DIRECTORY binding was supposed to return the file path.
Is this a bug or am I doing something wrong?