Xceed .NET Libraries Documentation
ComputeFullName(String,String,String,Boolean) Method


Xceed.SSH.Client Assembly > Xceed.SSH.Client Namespace > SFtpSession Class > ComputeFullName Method : ComputeFullName(String,String,String,Boolean) Method
Syntax
'Declaration
 
Public Overloads Shared Function ComputeFullName( _
   ByVal absolutePath As String, _
   ByRef parentFolder As String, _
   ByRef name As String, _
   ByVal addTrailingBackslash As Boolean _
) As String
'Usage
 
Dim absolutePath As String
Dim parentFolder As String
Dim name As String
Dim addTrailingBackslash As Boolean
Dim value As String
 
value = SFtpSession.ComputeFullName(absolutePath, parentFolder, name, addTrailingBackslash)
public static string ComputeFullName( 
   string absolutePath,
   out string parentFolder,
   out string name,
   bool addTrailingBackslash
)

Parameters

absolutePath
parentFolder
name
addTrailingBackslash
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SFtpSession Class
SFtpSession Members
Overload List