Skip to main content
This topic has been closed for replies.

1 reply

Participating Frequently
June 26, 2012

I just learned that fileExists() also works with a URL and can validate that a remote resource exists.

Inspiring
July 2, 2012

fileExists always returns a false for me - even when the file and path are correct. Anyone have any ideas on this one?

itisdesign_-_AH
Inspiring
July 3, 2012

@Balddog4: Does the following return YES or NO for you?

writeOutput(fileExists("http://upload.wikimedia.org/wikipedia/commons/thumb/3/30/Googlelogo.png/250px-Googlelogo.png"))

Thanks,

-Aaron