Commit 680407f0 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #959 from franzliedke/patch-25

[Docs] Deleting files
parents c6e4a25a b973c259
......@@ -4,6 +4,7 @@
- [Reading Files](#get)
- [Writing Files](#put)
- [Removing files](#delete)
- [File Uploads](#upload)
- [File Extensions](#ext)
- [Checking File Types](#is)
......@@ -29,6 +30,13 @@
File::append('path/to/file', 'appended file content');
<a name="delete"></a>
## Removing Files
#### Deleting a single file:
File::delete('path/to/file');
<a name="upload"></a>
## File Uploads
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment