Click or drag to resize

DirectoryInfoDisableEncryption Method

[AlphaFS] Disables encryption of the specified directory and the files in it. It does not affect encryption of subdirectories below the indicated directory.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public void DisableEncryption()

Return Value

Type: 
on success, otherwise.
Remarks
This method will create/change the file "Desktop.ini" and wil set Encryption value: "Disable=0"
See Also