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