Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ EncryptFile()

static bool Interop.Advapi32.EncryptFile ( string path)
inlinestaticpackage

Definition at line 1302 of file Interop.cs.

1303 {
1305 return EncryptFilePrivate(path);
1306 }
static bool EncryptFilePrivate(string lpFileName)
static string EnsureExtendedPrefixIfNeeded(string path)

References Interop.Advapi32.EncryptFilePrivate(), and System.IO.PathInternal.EnsureExtendedPrefixIfNeeded().

Referenced by System.IO.FileSystem.Encrypt().