Re: Encrypt a string
Re: Encrypt a string
- Subject: Re: Encrypt a string
- From: Martin Hairer <email@hidden>
- Date: Fri, 18 Nov 2005 11:52:23 +0000
So do you think is better to write in a hidden file... but how can
I create it?
I usually use NSFileManager class to create a file or a
directory... is there any method to do it with hidden file?
If you give it a name starting with a period (like ".mysecretdata"),
it will
be hidden by the Finder. You can also use the Carbon API to set the
"invisible" attribute, I don't know if there's a Cocoa equivalent for
that.
Regards,
Martin
HairerSoft
http://www.hairersoft.com/
_______________________________________________
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