Skip navigation.
 
mlRe: FSSpec from NSString Problems
FROM : Sascha Kujawa
DATE : Sun Jan 26 21:56:16 2003

>I'm not familiar at all with OSStatus definitions. I did a search on
>Apple's site, but  couldn't find any info on a -43 error. Any
>pointers to documentation on this error?


http://developer.apple.com/techpubs/macosx/Carbon/Files/FileManager/File_Manager/ResultCodes/ResultCodes.html

  fnfErr                        = -43,  /*File not found*/

--
Sascha Kujawa
http://www.zeitfraktur.de
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlFSSpec from NSString Problems Jonathan Sick Jan 26, 10:24
mlRe: FSSpec from NSString Problems Rosyna Jan 26, 11:13
mlRe: FSSpec from NSString Problems Jonathan Sick Jan 26, 21:17
mlRe: FSSpec from NSString Problems Rosyna Jan 26, 21:37
mlRe: FSSpec from NSString Problems Sascha Kujawa Jan 26, 21:56
mlRe: FSSpec from NSString Problems Mike Shields Jan 26, 22:00
mlRe: FSSpec from NSString Problems Lorenzo Puleo Jan 29, 18:00