@woss/exiftool - v0.3.1
    Preparing search index...

    Interface WriteResult

    Result of a write operation.

    interface WriteResult {
        file: string;
        written: string[];
        skipped: string[];
        backup?: string;
    }
    Index
    file: string

    Path to written file

    written: string[]

    Successfully written tag names

    skipped: string[]

    Skipped tag names (unsupported/read-only)

    backup?: string

    Backup file path if created