Jump to content

Recommended Posts

Posted (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 by Particle
Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...