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

◆ DecryptFile()

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

Definition at line 1311 of file Interop.cs.

1312 {
1314 return DecryptFileFilePrivate(path, 0);
1315 }
static bool DecryptFileFilePrivate(string lpFileName, int dwReserved)
static string EnsureExtendedPrefixIfNeeded(string path)

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

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