jbpelletier
Programmer
Hi,
i have problems with some files name, using something like slFile.LoadFromFile (path); //slFile = stringlist
for exemple if "path" equal c:\Emu4?.ini, in my app,
Delphi will try to open c:\Emu4?.ini instead.
i realized that
fileexists('c:\Emu4?.ini') is true
but
slFile.LoadFromFile ('c:\Emu4?.ini') says that it dont exist
im reading c:\Emu4?.ini via a TSearchRec using SR.Name in a FindFirst,FindNext routine
how can i solve that??
any help would be appreciate
/* this c:\Emu4?.ini should be different from c:\Emu4?.ini in your screen */
jb
i have problems with some files name, using something like slFile.LoadFromFile (path); //slFile = stringlist
for exemple if "path" equal c:\Emu4?.ini, in my app,
Delphi will try to open c:\Emu4?.ini instead.
i realized that
fileexists('c:\Emu4?.ini') is true
but
slFile.LoadFromFile ('c:\Emu4?.ini') says that it dont exist
im reading c:\Emu4?.ini via a TSearchRec using SR.Name in a FindFirst,FindNext routine
how can i solve that??
any help would be appreciate
/* this c:\Emu4?.ini should be different from c:\Emu4?.ini in your screen */
jb