view doc/src/api/module/Irccd.File/Irccd.File.remove.md @ 614:ebdc614db066

Docs: get rid of metadata
author David Demelier <markand@malikania.fr>
date Sun, 17 Dec 2017 09:21:49 +0100
parents bb9771fb5f44
children
line wrap: on
line source

# Function Irccd.File.remove

Remove the file at the specified path.

# Synopsis

```javascript
Irccd.File.remove(path)
```

# Arguments

  - **path**: the path to the file.

# Throws

An [Irccd.SystemError](@baseurl@api/module/Irccd/index.html#types) on failures.