permissions on a drive

Darth Vodka

Registered User.
Local time
Today, 15:28
Joined
Sep 25, 2007
Messages
344
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
 
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.
 

Users who are viewing this thread

Back
Top Bottom