I have a requirement, which says,
If file exists and is not readable then Update in DB with
file path and some Status.
Is it possible to Have File Exists and is not readable?
Is Yes, How to identify through coldfusion
such type of files,
I know we can identify if it is exists or not, but i wanted to know, how to identify If it is readable or no?
I am using Windows server and Coldfusion 8
Thanks,