OptionalappendOptionalcwdSingle or multiple Working directories to use when searching. If not specified the current working directory is used.
OptionaldepthMaximum depth to search in the directory structure.
OptionalexcludeGlob patterns of natches to exclude from the search
OptionalfindType of items to find, either files or directories or both. By default only files are returned.
OptionallimitMaximum number of results to return after which the search is stopped.
OptionalnoWhen true the search is case insensitive, otherwise case sensitive. Defaults to case insensitive matching.
OptionaloverwriteOverwrite 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)
Append to the file instead of overwriting it when it already exists.