RAD Studio VCL Reference
|
Converts a file name to lower case.
function AnsiLowerCaseFileName(const S: string): string; overload;
AnsiString AnsiLowerCaseFileName(const AnsiString S);
AnsiLowerCaseFileName returns a string that is a copy of S converted to lower case. The conversion uses the current locale.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|