Platforms to show: All Mac Windows Linux Cross-Platform

Back to ExtendedAttributesMBS module.

ExtendedAttributesMBS.kAttributeNameFinderComment = "com.apple.metadata:kMDItemFinderComment"

Type Topic Plugin Version
const Files MBS MacOSX Plugin 12.5
The attribute name for the Finder Comment.

ExtendedAttributesMBS.kAttributeNameFinderInfo = "com.apple.FinderInfo"

Type Topic Plugin Version
const Files MBS MacOSX Plugin 12.5
The attribute name for the Finder Info.

ExtendedAttributesMBS.kAttributeNameResourceFork = "com.apple.ResourceFork"

Type Topic Plugin Version
const Files MBS MacOSX Plugin 12.5
The attribute name for the resource fork.
Example
Var f As FolderItem = SpecialFolder.Desktop.Child("test.rtf")
Var v As MemoryBlock = ExtendedAttributesMBS.GetRawAttribute(f, ExtendedAttributesMBS.kAttributeNameResourceFork)
Break // see resource fork in debugger, if exists

The items on this page are in the following plugins: MBS MacOSX Plugin.


The biggest plugin in space...