hammerspoon2-docs
    Preparing search index...

    Function symlink

    • Create a symbolic link at destination pointing at source. Unlike hard links, symlinks may cross filesystem boundaries and may point to paths that do not yet exist.

      Parameters

      • source: string

        The path the symlink will point to.

      • destination: string

        The path where the symlink will be created.

      Returns boolean

      true on success, false on failure.