hammerspoon2-docs
    Preparing search index...

    Function xattrRemove

    • Remove an extended attribute from a file or directory.

      Parameters

      • path: string

        Path to the file or directory. ~ is expanded.

      • attribute: string

        Name of the extended attribute to remove.

      • Optionaloptions: string[]

        Array of option strings: "noFollow", "hfsCompression". Pass an empty array or omit to use no options.

      Returns boolean

      true on success, false on failure (including if the attribute does not exist).