Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2008 May : FindFirst/Findnext incorrectly reports file names with special characters.

www.cryer.info
Managed Newsgroup Archive

FindFirst/Findnext incorrectly reports file names with special characters.

Subject:FindFirst/Findnext incorrectly reports file names with special characters.
Posted by:"Z. Klencsar" (z.klencs..@somogy.hu)
Date:Sat, 10 May 2008 13:40:23 +0200

Hi!

   Filenames containing certain characters not in the standard ASCII
table are wrongly reported by FindFirst and Findnext in D2007 under
Windows XP SP2. For example a file name of

Õ.doc

("O tilde".doc)

is reported as

O.doc

As a result, the reported file cannot be accessed on the basis of its
reported name. Is there a way to get the correct file name and access
the file in such a case?

Thanks for any suggestion,

Zoltan

Glossary

File Types

Replies:

www.cryer.info
Managed Newsgroup Archive