Finder Locked v. StationaryPad
Finder Locked v. StationaryPad
Folks;
I have some templates that I want to install as 'Stationary Pad's.
I want the user to be able to open and modify them BUT not save them
- use save as....
[fileManager changeFileAttributes:[NSDictionary dictionaryWithObject:
[NSNumber numberWithBool:YES] forKey:NSFileImmutable] atPath:myPath]
gives me a 'Locked' file.
(I had thought that this would cause problems with 'Trash' but to my
surprise as long as I wrap the file in a folder I can trash it
without remark by Finder)
Sooo
1) What are all the differences between 'Locked' & 'Stationary Pad'
2) How do I setStationaryPad in Cocoa?
Thanks!
Steve
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden