Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
AppendText()
static
StreamWriter
System.IO.File.AppendText
(
string
path
)
inline
static
Definition at line
38
of file
File.cs
.
39
{
40
if
(
path
==
null
)
41
{
42
throw
new
ArgumentNullException(
"path"
);
43
}
44
return
new
StreamWriter(
path
,
append
:
true
);
45
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System
IO
File
Generated by
1.10.0