@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias FsCopyParams

    Copy a file or directory tree on the host filesystem.

    type FsCopyParams = {
        destinationPath: AbsolutePathBuf;
        recursive?: boolean;
        sourcePath: AbsolutePathBuf;
    }
    Index

    Properties

    destinationPath: AbsolutePathBuf

    Absolute destination path.

    recursive?: boolean

    Required for directory copies; ignored for file copies.

    sourcePath: AbsolutePathBuf

    Absolute source path.