RE: Invisible Files
RE: Invisible Files
- Subject: RE: Invisible Files
- From: "Josh Ferguson" <email@hidden>
- Date: Fri, 7 Feb 2003 14:34:06 -0600
- Priority: normal
- Thread-topic: Invisible Files
In OS X, you can just see if the first character of the file or folder is a ".". If you want to check the finder flag (OS 9), I believe you can use FSGetCatalogInfo to get a structure that contains a flag which will indicate whether the file/folder is invisible or not (although if it's a Cocoa app, aren't a lot of situations where you have to worry about Finder Flags).
-----Original Message-----
From: email@hidden [
mailto:email@hidden]
Sent: Friday, February 07, 2003 2:20 PM
To: Cocoa Development List
Subject: Invisible Files
With a Cocoa app, how do I find out if a folder in the finder is invisble?
Thanx again.
SDerman.
_______________________________________________
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.
_______________________________________________
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.