PowerTCP FTP for .NET
RemotePath Property



Gets the path of the file or folder on the server.
Syntax
Public ReadOnly Property RemotePath As String
Dim instance As RemoveResult
Dim value As String
 
value = instance.RemotePath
public string RemotePath {get;}
public:
property String^ RemotePath {
   String^ get();
}
Remarks
Absolute if the server supports and allows the PWD command, relative if it does not.
See Also

Reference

RemoveResult Class
RemoveResult Members


PowerTCP FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic