"if file exists" option...
Posted: 2007-11-12 00:01:20
hello antoine,
is there a way to let scripts control if a file exists?
i'ld like to obtain something like:
link:='http://www.****.html';
if link exists then getpage(link);
or,better
if file_exists(link)=result then getpage(link);
does exists a function like this (or is it possible to create it), please?
thank you
is there a way to let scripts control if a file exists?
i'ld like to obtain something like:
link:='http://www.****.html';
if link exists then getpage(link);
or,better
if file_exists(link)=result then getpage(link);
does exists a function like this (or is it possible to create it), please?
thank you