PowerTCP SSH and SFTP for .NET
WorkingDirectory Property




Gets the fully specified working directory.
Syntax
'Declaration
 
Public ReadOnly Property WorkingDirectory As String
'Usage
 
Dim instance As Sftp
Dim value As String
 
value = instance.WorkingDirectory
public string WorkingDirectory {get;}
public: __property string* get_WorkingDirectory();
public:
property String^ WorkingDirectory {
   String^ get();
}
Remarks
When relative filenames and paths are provided to methods in the Sftp class, the value of this property is prepended to provided values to create absolute paths for all SFTP server commands.
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