From ab835f3c64b098415e76224891780ee8448aa846 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sun, 15 Oct 2006 01:19:37 +0000 Subject: [PATCH] more docs about return vales from addFileFromFilesystem --- lib/WebGUI/Storage.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Storage.pm b/lib/WebGUI/Storage.pm index 3963272df..f4fd359c7 100644 --- a/lib/WebGUI/Storage.pm +++ b/lib/WebGUI/Storage.pm @@ -124,7 +124,7 @@ sub _makePath { =head2 addFileFromFilesystem( pathToFile ) -Grabs a file from the server's file system and saves it to a storage location and returns a URL compliant filename. +Grabs a file from the server's file system and saves it to a storage location and returns a URL compliant filename. If there are errors encountered during the add, then it will return undef instead. =head3 pathToFile