Codes for passing filenames - {allfilepath|fileq} - recursive?

Would it be possible that "fileq" can be recursive like FSUtil->ReadDir(path,r) ?

Thanks

Those are two separate things.

If you're using FSUtil.ReadDir from scripting, you don't need {allfilepath}; you can build the list yourself however you want.

I mentioned readdir just to show the desired result.

I need to recursively enumerate the folder, listing the contents of the folder and its sub-folders from the command line using {allfilepath|fileq)

You’ll need to use scripting for that.

I already use scripting to do that but It would be very useful to do it in 1 single command and for sure more faster for a large number of files.

Maybe support for receiving DOpus script from other program in the future?