Module: Xattr::Raw
- Extended by:
- DL::Importable
- Defined in:
- lib/xattr.rb
Overview
Raw access to *xattr() functions.
Constant Summary collapse
- NOFOLLOW =
Don’t follow symbolic links
0x0001- CREATE =
set the value, fail if attr already exists
0x0002- REPLACE =
set the value, fail if attr does not exist
0x0004- NOSECURITY =
Set this to bypass authorization checking (eg. if doing auth-related work)
0x0008- MAXNAMELEN =
127- FINDERINFO_NAME =
"com.apple.FinderInfo"- RESOURCEFORK_NAME =
"com.apple.ResourceFork"