Another Unicode question (D7).
var: Folder: WideString;
…
Folder := WideIncludeTrailingBackslash(Folder);
WideFindFirst(Folder+'*',faReadOnly…);
Will the compiler convert the ‘*’ to the Unicode equivalent? Or should I do
Folder+WideString('*')?
Cheers.
_______________________________________________ NZ Borland Developers Group - Delphi mailing list Post: [email protected] Admin: http://delphi.org.nz/mailman/listinfo/delphi Unsubscribe: send an email to [email protected] with Subject: unsubscribe
