Crumbtrail
    Preparing search index...

    Interface IZFileSystemSearchOptions

    Represents options for searches.

    interface IZFileSystemSearchOptions {
        cwd?: string;
    }
    Index

    Properties

    Properties

    cwd?: string

    The directory to search in.

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