comparison doc/html/api/module/Irccd.File/function/exists.md @ 0:1158cffe5a5e

Initial import
author David Demelier <markand@malikania.fr>
date Mon, 08 Feb 2016 16:43:14 +0100
parents
children 070a1ece2af6
comparison
equal deleted inserted replaced
-1:000000000000 0:1158cffe5a5e
1 ---
2 function: exists
3 summary: "Check if the file exists."
4 synopsis: "ret = Irccd.File.exists(path)"
5 arguments:
6 - "path, the path to the file."
7 returns: "true if exists"
8 throws: "Any exception if we don't have access."
9 ---