What is the finder.plist and how do you toss it ?
Property lists organize data into named values and lists of values using several Core Foundation types:
CFString, CFNumber, CFBoolean, CFDate, CFData, CFArray, and CFDictionary. These types give you the
means to produce data that is meaningfully structured, transportable, storable, and accessible, but
still as efficient as possible. The property list programming interface allows you to convert hierar-chically hierarchically
chically structured combinations of these basic types to and from standard XML. The XML data can be
saved to disk and later used to reconstruct the original Core Foundation objects. Note that property
lists should be used for data that consists primarily of strings and numbers because they are very
inefficient when used with large blocks of binary data.
You trash it by dragging it to the trash!