Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
NormalizedPath
string
System.IO.FileSystemInfo.NormalizedPath
get
package
Definition at line
234
of file
FileSystemInfo.cs
.
235
{
236
get
237
{
238
if
(!PathInternal.EndsWithPeriodOrSpace(
FullPath
))
239
{
240
return
FullPath
;
241
}
242
return
PathInternal.EnsureExtendedPrefix(
FullPath
);
243
}
244
}
System.IO.FileSystemInfo.FullPath
string FullPath
Definition
FileSystemInfo.cs:8
System
IO
FileSystemInfo
Generated by
1.10.0