Skip navigation.
 
mlRe: NSFilePromisePboardType
FROM : The Karl Adam
DATE : Thu Dec 23 20:54:06 2004

I'm not sure of the URL, but the technote number is 1085.

Edit: which exists here: http://developer.apple.com/technotes/tn/tn1085.html


On Thu, 23 Dec 2004 18:16:39 +0100, Peter Maurer <<email_removed>> wrote:
> >> There's one crucial advantage, IMHO: I don't have to declare
> >> undocumented CorePasteboardFlavorType pasteboard types that might
> >> break
> >> my app with any future system update.
> >
> > Actually, they are documented, in PasteBoardManager's Carbon
> > referenced the hex value equates to the flavorType and is in a shared
> > register that has to be there for the Finder to find it. The only
> > reason I was able to put this solution together was because of the
> > PasteBoard Manager Reference and a complimentary TechNote detailing
> > the problems with HFS+ File Promises.
>
> I wasn't aware of that. Could you please share the URL of the TechNote
> in question? Thanks!
>
> Peter.
>
>

Related mailsAuthorDate
mlNSFilePromisePboardType Fredrik Olsson Dec 15, 02:23
mlRe: NSFilePromisePboardType Nick Zitzmann Dec 15, 02:43
mlRe: NSFilePromisePboardType mmalcolm crawford Dec 15, 03:33
mlRe: NSFilePromisePboardType The Karl Adam Dec 15, 07:44
mlRe: NSFilePromisePboardType The Karl Adam Dec 15, 07:48
mlRe: NSFilePromisePboardType Peter Maurer Dec 17, 08:35
mlRe: NSFilePromisePboardType The Karl Adam Dec 17, 08:53
mlRe: NSFilePromisePboardType Peter Maurer Dec 17, 10:23
mlRe: NSFilePromisePboardType The Karl Adam Dec 17, 16:51
mlRe: NSFilePromisePboardType Peter Maurer Dec 21, 14:35
mlRe: NSFilePromisePboardType The Karl Adam Dec 21, 22:12
mlRe: NSFilePromisePboardType Peter Maurer Dec 23, 18:16
mlRe: NSFilePromisePboardType The Karl Adam Dec 23, 20:54