PDA

View Full Version : #iffile => http file



dbuechel
02-28-2012, 12:36 AM
Hey,

Is it possible to check a file on a server via http and compiler variable !?

db

linder
02-28-2012, 03:08 AM
Hello,

No, the #iffile conditional-directive determines if a particular file or directory does or does not exist on the development computer. The underlying CreateFile Windows API does not "support" HTTP or FTP.

Friedrich