Dear BaseX people,

functions
   file:children()
   file:descendants()

should return the full paths of the resources found, but they do so only if the argument was in turn a full path. A bug?

Example:

file:children('.')
=>
PS C:\projects\xquery-introduction\tips> basex "file:children('.')"
.\foo.xq
.\bar.docx

Kind regards,
Hans-Jürgen