Creates and returns an initialized output stream for writing to a specified file.
Original signature is '+ (id)outputStreamToFileAtPath:(NSString *)path append:(BOOL)shouldAppend'
Available in Mac OS X v10.3 and later.

C# | Visual Basic | Visual C++ |
public static NSOutputStream OutputStreamToFileAtPathAppend( NSString path, bool shouldAppend )
Public Shared Function OutputStreamToFileAtPathAppend ( _ path As NSString, _ shouldAppend As Boolean _ ) As NSOutputStream
public: static NSOutputStream^ OutputStreamToFileAtPathAppend( NSString^ path, bool shouldAppend )

An initialized output stream that can write to path.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)