Utilities.IncludeTrailingBackslash Method

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

Description

The Utilities.IncludeTrailingBackslash method ensures that the path specified by the Str parameter ends with the trailing path delimiter ('\').

Declaration

Utilities.IncludeTrailingBackslash(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 desired path.

Result Value

The string that stores the given path with the trailing path delimiter ('\') at the end.

Remarks

This method is obsolete. It is supported for backward compatibility only. To add a trailing backslash to a path string, use the aqFileSystem.IncludeTrailingBackSlash method.

See Also

IncludeTrailingBackSlash Method
ExcludeTrailingBackSlash Method

Highlight search results