5 // Created by Steve Gehrman on 9/29/05.
6 // Copyright 2005 Steve Gehrman. All rights reserved.
9 #ifndef NTSYNCHRONOUSTASK_H
10 #define NTSYNCHRONOUSTASK_H
12 @interface NTSynchronousTask
: NSObject
15 NSPipe
*mv_outputPipe
;
23 // pass nil for directory if not needed
25 + (NSData
*)task
:(NSString
*)toolPath directory
:(NSString
*)currentDirectory withArgs
:(NSArray
*)args input
:(NSData
*)input
;