Optional
appendOptional
cwdSingle or multiple Working directories to use when searching. If not specified the current working directory is used.
Optional
depthMaximum depth to search in the directory structure.
Optional
excludeGlob patterns of natches to exclude from the search
Optional
findType of items to find, either files or directories or both. By default only files are returned.
Optional
limitMaximum number of results to return after which the search is stopped.
Optional
noWhen true the search is case insensitive, otherwise case sensitive. Defaults to case insensitive matching.
Optional
overwriteOverwrite the file when it already exists. If set to false, an exception is thrown when the file already exists. Otherwise the file is overwritten (default)
true
Append to the file instead of overwriting it when it already exists.