Rapid-Q by William Yu (c)1999-2000 .

Back to holyguard.net

Verifica_esistenza_file

DIM Path AS STRING
Path = Command$(0)-Application.ExeName
IF FileExists(Path+"Readme.txt") = 0 Then ShowMessage "File does not exist"