• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
[NSWorkspace sharedWorkspace] noteFileSystemChanged:
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[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.

  • Follow-Ups:
    • Re: [NSWorkspace sharedWorkspace] noteFileSystemChanged:
      • From: "M. Uli Kusterer" <email@hidden>
  • Prev by Date: X Code Can't Run
  • Next by Date: Re: Custom object/pallette works on one machine, but not another
  • Previous by thread: Re: X Code Can't Run
  • Next by thread: Re: [NSWorkspace sharedWorkspace] noteFileSystemChanged:
  • Index(es):
    • Date
    • Thread