terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
◆
TempFileFolder
string Ionic.Zip.ZipFile.TempFileFolder
get
set
Definition at line
1004
of file
ZipFile.cs
.
1005
{
1006
get
1007
{
1008
return
this.
_TempFileFolder
;
1009
}
1010
set
1011
{
1012
this._TempFileFolder
=
value
;
1013
if
(
value
!=
null
)
1014
{
1015
bool
flag =
Directory
.
Exists
(
value
);
1016
}
1017
}
1018
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Ionic.Zip.ZipFile._TempFileFolder
string _TempFileFolder
Definition
ZipFile.cs:2718
System.IO.Directory.Exists
static bool Exists(string path)
Definition
Directory.cs:64
System.IO.Directory
Definition
Directory.cs:8
System.ExceptionArgument.value
@ value
Ionic
Zip
ZipFile
Generated by
1.10.0