find-itch-games
    Preparing search index...

    Interface IItchVerdict

    Butler's scan of an install folder, stored on the cave.

    interface IItchVerdict {
        basePath?: string;
        totalSize?: number;
        candidates?: IItchLaunchCandidate[] | null;
    }
    Index
    basePath?: string

    Absolute path of the folder that was configured.

    totalSize?: number

    Size in bytes of the folder and everything under it.

    candidates?: IItchLaunchCandidate[] | null