DekGenius.com
[ Team LiB ] Previous Section Next Section

12.10 Pasteboards

These functions provide a means to manage pasteboard file types.

NSCreateFileContentsPboardType

NSString *NSCreateFileContentsPboardType(NSString *fileType)

NSCreateFilenamePboardType

NSString *NSCreateFilenamePboardType(NSString *fileType)

NSGetFileType

NSString *NSGetFileType(NSArray *pboardType)

NSGetFileTypes

NSArray *NSGetFileTypes(NSArray *pboardType)

    [ Team LiB ] Previous Section Next Section