diff --git a/user_guide/helpers/file_helper.html b/user_guide/helpers/file_helper.html
index d51906d..cbbf810 100644
--- a/user_guide/helpers/file_helper.html
+++ b/user_guide/helpers/file_helper.html
@@ -129,6 +129,10 @@
 <p class="important"><strong>Note:</strong> The files must be writable or owned by the system in order to be deleted.</p>

 

 

+<h2>get_filenames('<var>path/to/directory/</var>')</h2>

+

+<p>Takes a server path as input and returns an array containing the names of all files contained within it. The file path

+can optionally be added to the file names by setting the second parameter to TRUE.</p>

 

 

 </div>