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

◆ Decrypt()

static void System.IO.File.Decrypt ( string path)
inlinestatic

Definition at line 620 of file File.cs.

621 {
622 FileSystem.Decrypt(path ?? throw new ArgumentNullException("path"));
623 }

References System.IO.FileSystem.Decrypt().

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