Skip to content

Instantly share code, notes, and snippets.

View yaakov-h's full-sized avatar
👦
Hi! I like shorts! They're comfy and easy to wear!

Yaakov yaakov-h

👦
Hi! I like shorts! They're comfy and easy to wear!
View GitHub Profile
#import <Foundation/Foundation.h>
#import <AppKit/AppKit.h>
int main (int argc, const char * argv[]) {
NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
if (argc == 2) {
NSString *folderPath = [[NSString stringWithFormat:@"%s",argv[1]] stringByExpandingTildeInPath];
BOOL isFolder;
if ([[NSFileManager defaultManager] fileExistsAtPath:folderPath isDirectory:&isFolder]) {