uce/site/doc/pages/path_real.txt
2026-06-15 10:53:36 +00:00

14 lines
322 B
Plaintext

:sig
String path_real(String path)
:params
path : filesystem path
return value : canonical absolute path, or an empty string when the path cannot be resolved
:see
>sys
>path_is_within
:content
Returns the host canonical path using `realpath()`. Relative paths resolve according to the worker process current directory.