KJKHyperion wrote:
hbirr(a)svn.reactos.com wrote:
Don't check the share access for
directories.
are you sure this is right? I quite remember share access being
enforced on directories
You cannot open a directory for a real read or write operation. This
attributes are still ignored. Possible vfat must call IoCheckShareAccess
for directories with a modified value for DesiredAccess. The ext2fs
driver from Matt Wu does this.
- Hartmut