vericar se arquivo existe
Como eu faço para no OnCreate do form verificar se um determinado arquivo existe no HD ?
Anonymous
Curtidas 0
Respostas
Anonymous
17/02/2003
Tente usar o Try e o Except
GOSTEI 0
Anonymous
17/02/2003
tente
if fileexists(´c:\teste.txt´) then
showmessage(´existe o arquivo´)
else
showmessage(´nao existe o arquivo´);
t+
Ederson
if fileexists(´c:\teste.txt´) then
showmessage(´existe o arquivo´)
else
showmessage(´nao existe o arquivo´);
t+
Ederson
GOSTEI 0