Possible options:
* Regular Expression
Regular Expression here will only include those files which matches the regular expression.
E.g. *.yaml (matches any filename which ends with .yaml).
* Single File
E.g. Filename.extension
* Multiple Paths
E.g. Filename1.extension, Filename2.extension,...