Skip to content

Instantly share code, notes, and snippets.

View raygun101's full-sized avatar
💭
Coding like Mad Cat 🦑

Leslie Godwin raygun101

💭
Coding like Mad Cat 🦑
View GitHub Profile
@bkyle
bkyle / NSArray+Globbing.h
Created February 3, 2010 20:02
NSArray+Globbing
#import <Foundation/Foundation.h>
@interface NSArray (Globbing)
+ (NSArray*) arrayWithFilesMatchingPattern: (NSString*) pattern inDirectory: (NSString*) directory;
@end