> I am attempting to check for the existence of a file on my hard drive.
> 
Have you tried the FileExists() function?

<cfif FileExists(some file)>
...Great..
<cfelse>
...Drat..
</cfif>

http://cfhub.com/language/index.cfm?ID=85


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to