cancel
Showing results for 
Search instead for 
Did you mean: 

GET_FILE_LIST action:Folder & Mask are the mandatory inputs for this action

Former Member
0 Kudos

hi all,

Iam using GET_FILE_LIST action to retrieve few files from a folder stored in WEB directory. Folder & Mask are the mandatory inputs for this action to read the files. To get any xml files we can use the Mask value as ".xml". Is there a way or any mask value which would get all the files from the folder and then using a condition or switch I can create a desired sequence based on file type.

Thanks,

Gilmour

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Gilmour,

Try with mask value * ("asterisk")

or

("asterisk.asterisk")

Regards,

Anil

Edited by: Anil Dwivedi on Feb 19, 2009 9:42 AM