view doc/html/api/module/Irccd.File/Irccd.File.remove.md @ 422:186864e9f131

Docs: fix multiple slashes in documentation, closes #624
author David Demelier <markand@malikania.fr>
date Thu, 02 Feb 2017 13:55:32 +0100
parents 48676ca7071c
children
line wrap: on
line source

---
function: remove
js: true
summary: "Remove the file at the specified path."
synopsis: "Irccd.File.remove(path)"
arguments:
  - "**path**: the path to the file."
throws: "An [Irccd.SystemError](@baseurl@api/module/Irccd/index.html#types) on failures."
---