Hi,
In the api documentation, it is mentioned that dirdetails(dirname) returns a list of files in the specified directory name.
It is also obsered that if we give the mask after the directory name, it works fine.
e.g., dirdetails('mydir/*.txt') - returns a listing with files with extension as txt.
In the documentation it is also mentioned that few servers do not allow masks. Can we get a list of such servers
which do not support mask?
Thank you.
Regards.