Subject pretty much says it. I'm looking for just a straightforward yes/no as to whether a user has write permission on a specific directory. I'm catching the exceptions if they try to write there and they can't, but I'd prefer to have a warning up front as well if they don't have permission to the directory, before they do a bunch of stuff. I've been playing with a few different things (like GetAccessControl.GetAccessRules), but haven't found anything that works yet.
Thanks!
Thanks!