I am using Find operation of FileUtility service to count the number of files present under a given folder.
I can not find the correct Regular Expression to match all files.
The Adobe documentation mentions that * character is default which matches all files/folder within the Directory. However, If I leave * unchanged, I'm getting an error "Incorrect Regular Expression syntax".
I have tried different combinations, nothing seems worked.
Can anyone assist me on this?
Thanks,
Nith