[NSWorkspace sharedWorkspace] noteFileSystemChanged:
[NSWorkspace sharedWorkspace] noteFileSystemChanged:
- Subject: [NSWorkspace sharedWorkspace] noteFileSystemChanged:
- From: Sly Upah <email@hidden>
- Date: Sat, 28 Jun 2003 20:29:46 CDT
I seem to have run into a situation where
[NSWorkspace sharedWorkspace] noteFileSystemChanged:@"/Users/username/Desktop/"];
will cause my application to seg fault. I don't understand why, I was
using it before and all I did was move a few lines of code around:
if ((stat(aliasfile,&sb)) == 0) {
unlink(aliasfile);
printf("unlink\n");
[[NSWorkspace sharedWorkspace] noteFileSystemChanged:@"/Users/supah/Desktop/"];
}
Thanks.
_______________________________________________
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.