Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hiding Folders

Status
Not open for further replies.

VBXL

Programmer
Joined
Jul 10, 2001
Messages
198
Location
GB
Hi

I want to give users the ability to access a folder and access the folder contents, but i dont want them to view the folder in Windows Explorer (i.e I dont want them to know that the folder exists but though a program have access to it)

Cheers

Xplain
 
The easiest way to do this is simply select the 'Hidden' attribute in the folder's General properties tab. Of course, you also want to make sure they don't have the 'Show hidden files and folder' option enabled. You can also use the Group Policy Editor to enable the 'Remove folder options from Tools Menu' so they can't enable the viewing of hidden folders. They will still be able to access the folder from the command prompt, however.

I doubt you can enable access to the files and disable displaying the folder contents with special permissions, because the 'List Folder' and 'Read Data' permissions are linked together in the same permission.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top