Creating a new directory from C# with Encrypting File System switched on

前端 未结 3 927
刺人心
刺人心 2021-01-05 21:15

Has anyone created a new directory from C# with Encrypting File System switched on?

Additionally any information on doing this from an install would be helpful too.<

3条回答
  •  天涯浪人
    2021-01-05 21:38

    It seems that calling File.EncryptFile also works on directories. I guess it just forwards to EncryptFile internally.

提交回复
热议问题