[ mzarko @ 24.03.2005. 18:59 ] @
Na koji nacin je moguce proveriti da postoji neki fajl (c:\test.txt) i folder (c:\proba) i porukom da obavesti da li ima ili nema takvog fajla ili foldera.
[ bancika @ 24.03.2005. 21:36 ] @
if FileExists('c:\test.txt') then
nesto
if DirectoryExists('c:\test') then
nesto
[ mzarko @ 25.03.2005. 17:34 ] @
Hvala ti na odgovoru