Cocoa: Using UNIX based commands to write a file
- by BryCry
I'm looking for help with a program im making.
I create a *.sh file as follows:
SVN_StatGenAppDelegate.h:
NSWindow *window;
NSTask *touch;
NSArray *touchArguments;
NSString *svnURLStr;
NSString *SVNStatStr;
NSString *destDirStr;
SVN_StatGenApplDelegate.m:
NSString *locationStr = [NSString stringWithFormat:@"%@/exec.sh",…