PowerTCP SSH and SFTP for .NET
GetTarget Method




The absolute or relative (to WorkingDirectory) path of the symbolic link.
Gets the target of a symbolic link.
Syntax
'Declaration
 
Public Function GetTarget( _
   ByVal linkPath As String _
) As String
'Usage
 
Dim instance As Sftp
Dim linkPath As String
Dim value As String
 
value = instance.GetTarget(linkPath)
public string GetTarget( 
   string linkPath
)
public: string* GetTarget( 
   string* linkPath
) 
public:
String^ GetTarget( 
   String^ linkPath
) 

Parameters

linkPath
The absolute or relative (to WorkingDirectory) path of the symbolic link.

Return Value

The absolute path of the target of the link.
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