Monday, December 17, 2007

How to check the file if it is existed

How to check the file if it is existed

- We will use the Tools.FileExists to check the file if it is existed or not.

<%If Tools.FileExists("test.gif") then %>

<% End If %>

No comments: