Hi,
I am curious whether it is possible in VB 6 or not.
I want two apply some security on windows folder so that no one from windows can see its content, this folder is only accesible to to my vb code.

Requirement

1. Say i have a folder called BP
2. I have put the data base connection Conn.txt inside folder BP
3. Need to Lock Bp folder by my vb6 program code say program name is LockWinFolder
When I run program LockWinFolder it will ask input for folder like C:\test\BP then ask for Lock Code say 12345 {I have entered manually}
4. when I open folder from windows directory then I will get error.
but I can access the Database file Conn.txt through code LockWinFolder