Click or drag to resize

DirectoryDisableEncryption Method

Overload List
  NameDescription
Public methodStatic memberDisableEncryption(String)
[AlphaFS] Disables encryption of the specified directory and the files in it.

This method only creates/modifies the file "Desktop.ini" in the root of path and disables encryption by writing: "Disable=1"

This method does not affect encryption of files and subdirectories below the indicated directory.

Public methodStatic memberDisableEncryption(String, PathFormat)
[AlphaFS] Disables encryption of the specified directory and the files in it.

This method only creates/modifies the file "Desktop.ini" in the root of path and disables encryption by writing: "Disable=1"

This method does not affect encryption of files and subdirectories below the indicated directory.

Top
See Also