DirectoryInfoEncrypt Method (Boolean) |
[AlphaFS] Decrypts a directory that was encrypted by the current account using the Encrypt method.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public void Encrypt(
bool recursive
)
Public Sub Encrypt (
recursive As Boolean
)
public:
void Encrypt(
bool recursive
)
member Encrypt :
recursive : bool -> unit
Parameters
- recursive
- Type: SystemBoolean
to encrypt the directory recursively. only encrypt files and directories in the root of the directory.
Exceptions See Also