NAnt SDK Documentation - v0.92

WebDavClient.DeleteFile Method 

[Visual Basic]
Public Sub DeleteFile( _
   ByVal localFileName As String, _
   ByVal remoteFileName As String _
)
[C#]
public void DeleteFile(
   string localFileName,
   string remoteFileName
);

See Also

WebDavClient Class | NAnt.VSNet Namespace