View Full Version : permissions on a drive


Darth Vodka
01-31-2008, 04:56 AM
hello helllo

has anyone got a function to hand that does something like this:-

?WhatPermissionsDoIHave("G:\HR\")

gives

"Read=no, write=no, execute=no"

or something like that

thanks in advance

DV

KeithG
01-31-2008, 05:43 AM
I have done something like this before. What I did was use the FileSystemObject to first see if the path existed (read access), then see if I could create a text file, and then check to see if I could write to and delete the text file.