FileExists()

e.g
<cfif FileExists("c:\inetpub\wwwroot\somefile.cfm")>
true
<cfelse>
false
</cfif>
----- Original Message -----
From: "Nick McClure" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, May 06, 2002 10:58 AM
Subject: Determine if file is there


> Is there an easy way, without reading the entire file to determine if a
> file exsists on the server?
>
> 
______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to