- May
- 3,515
- 5
When using HTTP, both if isdir and if isfile always report the specified object does not exist; if exist always reports that it does exist. I found no method to determine whether or not a file or directory exists without attempting to copy all of its content. Is this a limitation of HTTP, or is it technically possible to make ISDIR / ISFILE tests?