FileLib Xojo and Real Studio plugin

FolderItemInfo.Flags Method

Reads or writes all file flags as a single Integer.

Flags() as Integer

Flags(
   assigns value as Integer)

Parameters

value (assignment parameter)
When using the setter then this is the value to set.

Returns

Integer
When using the getter then the flags is returned as integer.

Remarks

Reads and writes all file flags as single Integer. (can be used for streaming purposes or flags can be accessed and modified with bitwise functions (see Apple documentation about individual flags)

Linux and Windows systems have no concept for file labels so this function is not supported on those platforms. It is perfectly valid to call this function on the unsupported platforms but it will only return zero there.

See Also

FolderItemInfo Class