Link to home
Start Free TrialLog in
Avatar of jofykuttan
jofykuttan

asked on

deny a file access

is it possible to deny a file access like we see in opened access database files .
can we implement the same idea to protect any file
thanks
jophie
ASKER CERTIFIED SOLUTION
Avatar of rkot2000
rkot2000

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
If you are using NTFS then you can set permissions on the file which will deny access. Otherwise you have to open the file exclusively as suggested.
Avatar of jofykuttan
jofykuttan

ASKER

dear,
in fact
what i asked is
to deny access to virtually any file
like we see in Access

and is it possible it implement that logic in VB
Avatar of DanRollins
jofykuttan, an EE Moderator will delete this for you.
Moderator, my recommended disposition is:

    DELETE this question.

DanRollins -- EE database cleanup volunteer
Access denies access to this file because the file is open for io operations.
Opening any other file will do the same.
So I have the correct answer.
Moderator, my recommended disposition is:

   accept rkot2000's comment as an answer

DanRollins -- EE database cleanup volunteer
Per recommendation, force-accepted.

Netminder
CS Moderator