SharpCvsLib

CVSServerConnection.SendFile Method 

Send a file to the cvs repository.

[Visual Basic]
NotOverridable Public Sub SendFile( _
   ByVal fullPath As String, _
   ByVal isBinary As Boolean _
) Implements _
   ICommandConnection.SendFile
[C#]
public void SendFile(
   string fullPath,
   bool isBinary
);

Parameters

fullPath
The full path to the file being sent to the server.
isBinary
true
if the file is binary; otherwise
false
.

Implements

ICommandConnection.SendFile

See Also

CVSServerConnection Class | ICSharpCode.SharpCvsLib.Client Namespace