public Stream OpenAppend(
string filepath
)
Public Function OpenAppend (
filepath As String
) As Stream
Dim instance As Client
Dim filepath As String
Dim returnValue As Stream
returnValue = instance.OpenAppend(filepath)
public:
Stream^ OpenAppend(
String^ filepath
)
member OpenAppend :
filepath : string -> Stream
No code example is currently available or this language may not be supported.
[Missing <returns> documentation for "M:DevCase.ThirdParty.FluentFTP.Client.OpenAppend(System.String)"]