13 lines
164 B
Plaintext
13 lines
164 B
Plaintext
:sig
|
|
String basename(String fn)
|
|
|
|
:params
|
|
fn : raw filename
|
|
return value : the file's name
|
|
|
|
:desc
|
|
Isolates the file name component from a path/file name.
|
|
|
|
:see
|
|
>sys
|