Click or drag to resize

DirectoryEnableEncryption Method

Overload List
  NameDescription
Public methodStatic memberEnableEncryption(String)
[AlphaFS] Enables 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 enables encryption by writing: "Disable=0"

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

Public methodStatic memberEnableEncryption(String, PathFormat)
[AlphaFS] Enables 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 enables encryption by writing: "Disable=0"

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

Top
See Also