view doc/src/api/module/Irccd.File/Irccd.File.basename.md @ 607:bb9771fb5f44

Docs: rework documentation - Change directories, - Remove handwritten manual pages.
author David Demelier <markand@malikania.fr>
date Fri, 08 Dec 2017 20:11:22 +0100
parents doc/html/api/module/Irccd.File/Irccd.File.basename.md@48676ca7071c
children ebdc614db066
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."
---