File Exists () - can this work with HTML path?
Are there any tricks to get File Exists() to work with an internal html path (internal meaning a network drive represented as an html path and not UNC path)? So far I cannot get it to recognize a file path that exists using the html path representation like below. Are there any tricks to make this work or some other file check related command perhaps? DJfile exists("p:\\mypath\test.jsl"); //UNC ...