igcv3 - v1.1.0
    Preparing search index...

    Interface OutputPathResult

    Result of output path resolution.

    interface OutputPathResult {
        filePath: string;
        directory: string;
        filename: string;
        dirCreated: boolean;
    }
    Index

    Properties

    filePath: string

    Full resolved file path

    directory: string

    Directory part

    filename: string

    Filename part (with extension)

    dirCreated: boolean

    Whether the directory was created