> have a line like below and for some reason it cannot validate
> that the file exist at all when it actually does.
>
> <cfif FileExists("G:\UGA Web
> Sites\Images\AgentPictures\#Trim(AgPicture.PATH)#") is "Yes">
> <cfDo something> </cfif>
Does the drive mapping actually exist for the account that's running CF? By
default, CF runs as SYSTEM, which has no access to network resources. If
you're running CF as a different user, you'll need to create the drive
mapping for that user. You might just stick to UNC paths, in that case.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

