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
@@ -12,7 +12,5 @@ return value : expanded version of the 'path'
:content
Converts a relative path name into an absolute path, using the current working directory as a base when `relative_to_path` is not provided.
## Related Concepts
- PHP: `realpath()` and application-specific path normalization helpers
- JavaScript / Node.js: Node `path.resolve()` and `path.normalize()`
:example
print("expand_path example\n");