MYTask.h
changeset 29 8874aff14cc9
parent 20 5a71993a1a70
     1.1 --- a/MYTask.h	Sat Mar 28 09:36:46 2009 -0700
     1.2 +++ b/MYTask.h	Sun May 10 18:57:43 2009 -0700
     1.3 @@ -51,6 +51,9 @@
     1.4  
     1.5  @property (copy) NSString* currentDirectoryPath;
     1.6  
     1.7 +/** Prettified description of command string. Doesn't do full shell-style quoting, though. */
     1.8 +- (NSString*) commandLine;
     1.9 +
    1.10  - (BOOL) run;
    1.11  - (BOOL) run: (NSError**)outError;
    1.12