uce/site/doc/pages/dirname.txt
2026-06-16 23:02:45 +00:00

18 lines
291 B
Plaintext

:sig
String dirname(String fn)
:params
fn : a path
return value : the directory portion of the path
:content
Returns everything in a path except the final component — i.e. the containing directory.
:example
print(dirname("/var/www/site/index.uce"), "\n");
:see
>sys
basename
path_join