So for a while now, I've been thinking it would be very useful to have a web
app that would show administrators, via web browser who (say ActiveDirectory
Username/Group) has permissions to a given file or directory in our web site.
I've been a CF developer for quite some time, and have never seen such a thing
on CF Exchange or anywhere else, but thought I'd throw it out there. Possible?
thanks!
Chuck
SafariTECH - 28 Nov 2007 20:13 GMT
You could read the files in a directory and it will list the attributes of
file(s) as well as the name, size etc. Use a filter if you just want to find
certain file(s)
I don't believe you can just do this with CFFILE though.