
10-27-2003, 07:42 AM
|
 |
Contributor
|
|
Join Date: Nov 2002
Location: Montréal, Québec, Canada
Posts: 575
|
|
You can use the dir function to verify if a file exist.
In your case, you could use...
Code:
if Dir("C:\LA.dat") = "" then
'display the term and condition dialiog
end if
Rufen
|
|