ZenFS
    Preparing search index...

    Function remove

    • Removes an extended attribute from a file.

      Parameters

      • this: V_Context
      • path: string

        Path to the file

      • name:
            | `system.${string}`
            | `user.${string}`
            | `trusted.${string}`
            | `security.${string}`

        Name of the attribute to remove

      Returns Promise<void>