Method: FFI::Libfuse::FuseOperations#removexattr

Defined in:
lib/ffi/libfuse/fuse_operations.rb

#removexattr(path, name) ⇒ Integer

This method is abstract.

Remove extended attributes

Parameters:

  • path (String)
  • name (String)

Returns:

  • (Integer)

    0 on success or -ve errno

See Also:

  • removexattr(2)


# File 'lib/ffi/libfuse/fuse_operations.rb', line 455