Utilities.AnsiLowerCaseFileName Method

Applies to TestComplete 15.64, last modified on May 16, 2024
This method is obsolete. See the Remarks section below.

Description

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

Declaration

Utilities.AnsiLowerCaseFileName(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 characters should be converted to lowercase.

Result Value

The file name whose characters have been converted to lowercase.

Remarks

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

See Also

ToLower Method
ToUpper Method

Highlight search results