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

FindInFilesResult Object

This object holds the information produced by findInFilesAsync and replaceInFilesAsync methods.

Declaration

interface FindInFilesResult {
    // Properties
    readonly ${filesSearched}: number;
    readonly ${foldersSearched}: number;
    readonly ${bytesProcessed}: number;
    readonly ${filesMatched}: number;
}
// This interface is not available in managed environment
// This interface is not available in native environment

FindInFilesResult Properties

filesSearched

readonly filesSearched: number;
// This property is not available in managed environment
// This property is not available in native environment

Total number of files searched.

foldersSearched

readonly foldersSearched: number;
// This property is not available in managed environment
// This property is not available in native environment

Total number of folders searched.

bytesProcessed

readonly bytesProcessed: number;
// This property is not available in managed environment
// This property is not available in native environment

Total bytes processed.

filesMatched

readonly filesMatched: number;
// This property is not available in managed environment
// This property is not available in native environment

Total files matched.