uce/site/doc/pages/dirname.txt
2026-06-16 12:21:31 +00:00

16 lines
212 B
Plaintext

:sig
String dirname(String fn)
:params
fn : raw filename
return value : the directory's name
:see
>sys
:content
Isolates the directory component from a path or file name.
:example
print("dirname example\n");