.
.
EncryptFile turns on file level system encryption for a specific file or folder
9/18/2022 1:30:41 AM - -37.160.138.42
.
static extern bool EncryptFile(string filename);
.
Declare Function EncryptFile Lib "advapi32.dll" (TODO) As TODO
.
static extern bool EncryptFile(string filename);
.
if(EncryptFile(FileName)){
.