view doc/html/api/module/Irccd.File/Irccd.File.basename.md @ 457:2958f36cb3be

Docs: fix typo in Irccd.Util.cut, closes #675
author David Demelier <markand@malikania.fr>
date Thu, 27 Jul 2017 17:04:23 +0200
parents 48676ca7071c
children
line wrap: on
line source

---
function: basename
js: true
summary: "Return the file basename as specified in `basename(3)` C function."
synopsis: "base = Irccd.File.basename(path)"
arguments:
  - "**path**: the path to the file."
returns: "The base name."
---