uce/doc/pages/dirname.txt
2022-01-21 09:10:38 +00:00

13 lines
173 B
Plaintext

:sig
String dirname(String fn)
:params
fn : raw filename
return value : the directory's name
:desc
Isolates the directory name component from a path/file name.
:see
>sys