PowerTCP SSH and SFTP for .NET
Remove Method




The absolute or relative (to WorkingDirectory) path of an existing file.
Removes a file.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal filePath As String _
) 
'Usage
 
Dim instance As Sftp
Dim filePath As String
 
instance.Remove(filePath)
public void Remove( 
   string filePath
)
public: void Remove( 
   string* filePath
) 
public:
void Remove( 
   String^ filePath
) 

Parameters

filePath
The absolute or relative (to WorkingDirectory) path of an existing file.
See Also

Reference

Sftp Class
Sftp Members


PowerTCP SSH and SFTP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic