Utilities.AnsiUpperCaseFileName Method

Applies to TestComplete 15.62, last modified on March 19, 2024
This method is obsolete. See the Remarks section below.

Description

The Utilities.AnsiUpperCaseFileName method converts all the letters of the file name specified by Str to uppercase and returns the resulting file name. The conversion is affected by the current locale.

Declaration

Utilities.AnsiUpperCaseFileName(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 file name whose letters should be converted to uppercase.

Result Value

The file name whose letters have been converted to uppercase.

Remarks

This method is obsolete. It is supported for backward compatibility only. To convert a string to uppercase, use the aqString.ToUpper method.

See Also

ToUpper Method
ToLower Method

Highlight search results