'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