Jump to content

password protected folder


FDaniel
 Share

Recommended Posts

Hello,

I have this problem: I need to let users have full access to some data folders in order to let them

add/modify/create new data (orders and invoices). On the other hand, it would be great if they

have full access ONLY when in the invoicing program and RO or no acces as Windows users.

So I need some way to programatically log in and out when starting/ending the program or

to change access from RO to RW also by program. I'm a programmer myself and it happened

that apart from my password based access in the program, one user deleted some files in the data folder.

Thank you

Daniel

Link to comment
Share on other sites

You cannot change permissions on the fly.

Permissions can only be done in Windows XP Professional, or Windows 2000 Professional (or server). XP Home cannot offer this.

Right click the folder, and select properties. There will be a security tab, where you can set what user or group has certain access to the folder. You can set this up to restrict a certain group or user, or give full control to a group/user

Link to comment
Share on other sites

Well, that's a static metod I know. Thank you but I'm sure you've got the idea: it's about restricting

acces when NOT using a certain application and granting access rights only within the application

Maybe you've got some other ideas, one of them would be to use some Database Server to protect the data

but my target is small companies that don't need (and afford) a SQL server. MSDE is rather slow

and I've got a lot of trouble when installing it.

Another approach I'm thinking is to launch from winthin my application system commands like

NET ....

Thank you

Daniel

You cannot change permissions on the fly.

Permissions can only be done in Windows XP Professional, or Windows 2000 Professional (or server). XP Home cannot offer this.

Right click the folder, and select properties. There will be a security tab, where you can set what user or group has certain access to the folder. You can set this up to restrict a certain group or user, or give full control to a group/user

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy