markmv - v1.26.2
    Preparing search index...

    Interface CopyOptions

    Configuration options for file copy operations.

    Controls behavior during file copying including overwrite handling, timestamp preservation, and directory creation.

    interface CopyOptions {
        overwrite?: boolean;
        preserveTimestamps?: boolean;
        createDirectories?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

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