Xceed .NET Libraries Documentation
Xceed.SSH.Client Assembly / Xceed.SSH.Client Namespace / SFtpSession Class / ComputeFullName Method / ComputeFullName(String,String,Boolean) Method


In This Topic
    ComputeFullName(String,String,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function ComputeFullName( _
       ByRef parentFolder As String, _
       ByVal name As String, _
       ByVal addTrailingBackslash As Boolean _
    ) As String
    'Usage
     
    Dim parentFolder As String
    Dim name As String
    Dim addTrailingBackslash As Boolean
    Dim value As String
     
    value = SFtpSession.ComputeFullName(parentFolder, name, addTrailingBackslash)
    public static string ComputeFullName( 
       ref string parentFolder,
       string name,
       bool addTrailingBackslash
    )

    Parameters

    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