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

    Type Alias FsCreateDirectoryParams

    Create a directory on the host filesystem.

    type FsCreateDirectoryParams = {
        path: AbsolutePathBuf;
        recursive?: boolean | null;
    }
    Index

    Properties

    Properties

    Absolute directory path to create.

    recursive?: boolean | null

    Whether parent directories should also be created. Defaults to true.