Tools
Download Search CocoaTraces for Mac OS X 10.4 for easily searching in Cocoa Traces from any application supporting system services!
Site Statistics
41151 Total Views
41 Traces
41 Fragments
47 Comments
54 Tags
41 Traces
41 Fragments
47 Comments
54 Tags
Tags
audio badge category class crash dock fade file finder font gradient hack help icon indicator kqueue LoginItems menu metadata NSButton NSCell NSControl NSDictionary NSDirectoryEnumerator NSDocument NSMenu NSPopUpButton NSProgressIndicator NSScrollView NSSound NSSpeechChannel NSString NSTableColumn NSTableView NSTabView NSToolbar NSURLConnection NSURLRequest NSView NSWindow preferences readme record report SerialPort shell speech support TabBar timer tooltip wrapper xml zoom
Better directory enumeration
Tags: class, NSDirectoryEnumeratorRelated Traces
- Login Items management class (about 1 year)
- Easily create and display gradients in Cocoa (12 months)
- Serial port management class (about 1 year)
- System Sounds (about 1 year)
- Create Mail style badges for your app icon (12 months)
- A simple URL downloader class (about 1 year)
- Add Check for Updates and Send Feedback features to your application (about 1 year)
Add a new comment or fragment
Fields marked with * are mandatory.
A faster, more configurable variant of NSDirectoryEnumerator. Uses the Carbon FSGetCatalogInfoBulk() call under the hood to do its work, and gives you greater control over what additional file info you want. One advantage of this is that you get HFS-specific file info (file type, creator, Finder flags, resource fork sizes) for free.