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

◆ TryJoin()

static bool System.IO.Path.TryJoin ( ReadOnlySpan< char > path1,
ReadOnlySpan< char > path2,
Span< char > destination,
[Out] int charsWritten )
inlinestatic

Definition at line 507 of file Path.cs.

508 {
509 int num = 1;
510 if (path1 != null)
511 {
512 if (destination != null)
513 {
514 if (num == 0)
515 {
516 }
517 bool flag;
518 return flag;
519 }
520 }
521 else if (destination != null)
522 {
523 }
524 int length = path1._length;
525 if (path1._length == 0)
526 {
527 }
528 return PathInternal.StartsWithDirectorySeparator(path2);
529 }
class f__AnonymousType0<< Count > j__TPar

References System.destination, j__TPar, System.length, and System.IO.PathInternal.StartsWithDirectorySeparator().