kDragFlavorTypeHFS

Mac OS X header: Carbon/Carbon.h  
Mac OS 9 header: Drag.h  

enum {
    kDragFlavorTypeHFS = 'hfs ',
    kDragFlavorTypePromiseHFS = 'phfs',
    flavorTypeHFS = 'hfs ',
    flavorTypePromiseHFS = 'phfs'
};
Constant descriptions
flavorTypeHFS

The flavor type for an HFS file system object. The Finder uses HFS flavors when dragging existing file system objects. The HFS flavor data is defined by the data type HFSFlavor.

flavorTypePromiseHFS

The flavor type for promising an HFS file system object to the receiver of the drag. This flavor type can be used when a file could be created if the destination of the drag can accept file system objects. The data type PromiseHFSFlavor is used to access the information in this flavor type.


© 2001 Apple Computer, Inc. (Last Updated July 17, 2001)