PowerTCP SSH and SFTP for .NET
LocalPath Property




Gets the absolute path of the file on the client.
Syntax
'Declaration
 
Public ReadOnly Property LocalPath As String
'Usage
 
Dim instance As CopyResult
Dim value As String
 
value = instance.LocalPath
public string LocalPath {get;}
public: __property string* get_LocalPath();
public:
property String^ LocalPath {
   String^ get();
}
See Also

Reference

CopyResult Class
CopyResult Members


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