RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.AnsiLowerCaseFileName Function

Converts a file name to lower case.

Pascal
function AnsiLowerCaseFileName(const S: string): string;
C++
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.

Note: On Windows, AnsiLowerCaseFileName supports lowercase conversion idiosyncrasies of file names in Asian locales (Zenkaku).
On Linux, or in locales that do not use multi byte character systems (MBCS), AnsiLowerCaseFileName is identical to AnsiLowerCase

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!