markmv - v1.26.2
    Preparing search index...

    Interface MoveOptions

    Configuration options for file move operations.

    Extends copy options with move-specific features like backup creation. Move operations are typically implemented as copy-then-delete.

    interface MoveOptions {
        overwrite?: boolean;
        preserveTimestamps?: boolean;
        createDirectories?: boolean;
        backup?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    overwrite?: boolean
    preserveTimestamps?: boolean
    createDirectories?: boolean
    backup?: boolean