Utilities.ExcludeTrailingBackslash Method

Applies to TestComplete 15.63, last modified on April 23, 2024
This method is obsolete. See the Remarks section below.

Description

The Utilities.ExcludeTrailingBackslash method returns the path specified by the Str parameter with the trailing path delimiter ('\') removed.

Declaration

Utilities.ExcludeTrailingBackslash(Str)

Str [in]    Required    String    
Result String

Applies To

The method is applied to the following object:

Parameters

The method has the following parameter:

Str

Specifies the string from which the trailing path delimiter should be deleted.

Result Value

A string that holds the specified path with the trailing path delimiter ('\') removed.

Remarks

This method is obsolete. It is supported for backward compatibility only. To remove the trailing path delimiter from a path string, use the aqFileSystem.ExcludeTrailingBackSlash method.

See Also

ExcludeTrailingBackSlash Method
IncludeTrailingBackSlash Method
GetChar Method
Find Method
ListSeparator Property

Highlight search results