Inside Coldfusion MX
| FileExists (absolute_path) Description
Checks to see if a file exists and returns true or false. Example
<cfoutput> Does my example file exist? #FileExists(c:\test\example.doc)#/cfoutput> |
| FileExists (absolute_path) Description
Checks to see if a file exists and returns true or false. Example
<cfoutput> Does my example file exist? #FileExists(c:\test\example.doc)#/cfoutput> |