cleanup, docs

This commit is contained in:
root
2026-06-16 12:21:31 +00:00
parent dff1959341
commit ea08d5f28b
296 changed files with 1571 additions and 1940 deletions
+2 -4
View File
@@ -14,7 +14,5 @@ Joins two filesystem-style path fragments with a single `/` when needed.
If `child` is empty, `base` is returned. If `child` already starts with `/`, it is returned unchanged. That makes `path_join()` a better fit for app-level path assembly than open-coded string concatenation.
Related:
- PHP: manual path composition with `DIRECTORY_SEPARATOR` or helper wrappers around it
- JavaScript / Node.js: Node `path.join()`
:example
print("path_join example\n");