'Declaration Public Sub CreateFile( _ ByVal path As String, _ ByVal attributes As Attrs _ )
'Usage Dim instance As SFtp Dim path As String Dim attributes As Attrs instance.CreateFile(path, attributes)
public void CreateFile( string path, Attrs attributes )
Parameters
- path
- attributes