"nil or empty path argument problem"
"nil or empty path argument problem"
- Subject: "nil or empty path argument problem"
- From: Hasan Diwan <email@hidden>
- Date: Tue, 12 Aug 2003 09:04:35 -0700
I'm writing a simpler, less featureful, but faster Finder.app
replacement. I have decided to use an NSBrowser for my UI.
2003-08-12 08:59:16.074 OrchidAppLauncher[1851] An uncaught exception
was raised
2003-08-12 08:59:16.102 OrchidAppLauncher[1851] *** -[NSFileManager
fileSystemRepresentationWithPath:]: nil or empty path argument
2003-08-12 08:59:16.105 OrchidAppLauncher[1851] *** Uncaught exception:
<NSInvalidArgumentException> *** -[NSFileManager
fileSystemRepresentationWithPath:]: nil or empty path argument
Trace/BPT trap
The above exception is generated by the following line of code:
[mainView setPath:@"/"];
If I comment the line out, it gets through the awakeFromNib method,
but crashes at the end of it.
Any and all help appreciated. Thanks in advance.
Hasan Diwan {
http://ibn.com/~hdiwan}
OpenPGP Fingerprint: 275D 0E84 550C D92A 4A56 732C 8528 2579 E6E9 4842
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.