Crumbtrail
    Preparing search index...

    Interface IZFileSystemSearchOptions

    Represents options for searches.

    interface IZFileSystemSearchOptions {
        cwd?: string;
        stat?: boolean;
    }
    Index

    Properties

    Properties

    cwd?: string

    The directory to search in.

    If this is not set, then the cwd of the application is used.

    stat?: boolean

    A flag that determines whether or not to load the file system information.

    This is true by default.