Hex Editor - Binary File Editing Software for Windows
Download Hex Editor Neo Hide this button

FindInFilesFlags Enumeration

Flags that modify the behavior of findInFilesAsync and replaceInFilesAsync operations. Can be a combination of the following values:

SymbolValueDescription
None0No special behavior.
IncludeSubFolders0x1Include sub-folders of given folders when searching.
IgnoreCase0x2Ignore case when matching a pattern or regular expression.
DisplayErrors0x4Display file opening errors.
IncludeStreams0x8Include alternate NTFS data streams when searching.
RegularExpressionUnicode0x10UNICODE (UTF-16) encoding for a regular expression match pattern.