MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / joinPath

Method joinPath

src/plugins/ftp/src/android/com/foxdebug/ftp/Ftp.java:1097–1102  ·  view source on GitHub ↗
(String p1, String p2)

Source from the content-addressed store, hash-verified

1095 }
1096
1097 private String joinPath(String p1, String p2) {
1098 if (!p1.endsWith("/")) {
1099 p1 += "/";
1100 }
1101 return p1 + p2;
1102 }
1103}

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected