Particle Posted December 4, 2007 Posted December 4, 2007 (edited) i know how to password files, but can it be done for folders by selecting it under an open file dialog: FileOpenDialog("Choose file...",@WorkingDir,"(*.*)") Edited December 4, 2007 by Particle
weaponx Posted December 4, 2007 Posted December 4, 2007 There was a topic about this a while back:http://www.autoitscript.com/forum/index.ph...folder++encryptI recommended a tool called Cryptology which integrates with your explorer shell.
Particle Posted December 5, 2007 Author Posted December 5, 2007 im looking for how to select a folder instead of a file and being able to open the folder in autoit
weaponx Posted December 5, 2007 Posted December 5, 2007 If you already have a routine to password protect individual files, you can use: FileSelectFolder ( "dialog text", "root dir" [, flag [, "initial dir"]] ) Then just loop through all files in that folder.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now