Use string attributes, not ASCII
Contributed by: Scot Hacker
This tip is valid for:
Both BeOS and Haiku
If you’re creating custom filetypes and and want to be able to edit their attributes in the Tracker, be sure to establish them with a datatype of “String.” Don’t be tempted to use the “ASCII” datatype.
If you do, you won’t be able to edit them even if you’ve set the “editable” flag. The ASCII datatype is being deprecated and will not be present in future versions of BeOS.
Posted in Warnings