Function |file_name
fs/path::|file_name
Usage
|file_name(path)
Parameters
↳ path:
string
Return
↴ string
Gives file name.
Return the full name of the file (bin
for /usr/bin/
, bar.txt
for foo/bar.txt
, etc
for etc/./
, empty for /
).