Board index » cppbuilder » How can I password protect a Folder by lock it?

How can I password protect a Folder by lock it?


2006-07-07 02:04:06 AM
cppbuilder101
How can I password protect a Folder by lock it?
I am using Win98 & XP , BCB5
Thakns
 
 

Re:How can I password protect a Folder by lock it?

"بابك" < XXXX@XXXXX.COM >wrote in message
Quote
How can I password protect a Folder by lock it?
There is nothing in the Win32 API for that, or the underlying file system,
for that matter. The only thing I know of that has passwords are network
shares and third-party Shell NameSpace Extensions that implement their own
data storage.
Gambit
 

Re:How can I password protect a Folder by lock it?

Access Control Lists for the NT branch.
. Ed
Quote
Remy Lebeau wrote in message
news: XXXX@XXXXX.COM ...

>How can I password protect a Folder by lock it?

There is nothing in the Win32 API for that, or the underlying file system,
for that matter. The only thing I know of that has passwords are network
shares and third-party Shell NameSpace Extensions that implement their own
data storage.
 

{smallsort}

Re:How can I password protect a Folder by lock it?

Look at the links on this page for NT, Win 2K and XP. There are no
facilities for it in Win98.
tinyurl.com/jtrr3
or, in its long form
search.msdn.microsoft.com/search/default.aspx
. Ed
Quote
بابك wrote in message
news: XXXX@XXXXX.COM ...

How can I password protect a Folder by lock it?
I am using Win98 & XP , BCB5