view doc/src/api/module/Irccd.File/Irccd.File.exists.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.exists.md@186864e9f131
children ebdc614db066
line wrap: on
line source

---
function: exists
js: true
summary: "Check if the file exists."
synopsis: "ret = Irccd.File.exists(path)"
arguments:
  - "**path**: the path to the file."
returns: "True if exists."
throws: "An [Irccd.SystemError](@baseurl@api/module/Irccd/index.html#types) on failures."
---