RE: Folder Permission

2004-09-09 Thread Patrick McGeehan
PROTECTED] Sent: Thursday, September 09, 2004 1:27 PM To: CF-Talk Subject: Re: Folder Permission Couldn't you use cfexecute lo execute a batch or shell command HTH Dick On Sep 9, 2004, at 7:22 AM, Tangorre, Michael wrote: > Is there anyway using ColdFusion to check if a person has acc

Re: Folder Permission

2004-09-09 Thread Dick Applebaum
Couldn't you use cfexecute lo execute a batch or shell command HTH Dick On Sep 9, 2004, at 7:22 AM, Tangorre, Michael wrote: > Is there anyway using ColdFusion to check if a person has access to a >  specific folder on the webserver. >  Our security model is strucutred around ActiveDirectory so

RE: Folder Permission

2004-09-09 Thread Dave Watts
> I think the easiest way to do would be to do cfdirectory > (action = "" that is enclosed in a cfimpersonate tag.  If > the record count is 0 then the user doesn't have permissions. >  if it is 2 or more (entries for '.' > and '..') then they have at least read permissions.   > Remember, if you

RE: Folder Permission

2004-09-09 Thread Patrick McGeehan
Mike, I think the easiest way to do would be to do cfdirectory (action = ""> that is enclosed in a cfimpersonate tag.  If the record count is 0 then the user doesn't have permissions.  if it is 2 or more (entries for '.' and '..') then they have at least read permissions.  Remember, if you haven