From cec8f61ab84122a3f4b0702aaad6f7a141f99f7b Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 28 Mar 2012 17:24:44 +0200 Subject: editing works basically --- src/Phorkie/File.php | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/Phorkie/File.php') diff --git a/src/Phorkie/File.php b/src/Phorkie/File.php index 6cdc833..3c6ea4b 100644 --- a/src/Phorkie/File.php +++ b/src/Phorkie/File.php @@ -58,6 +58,16 @@ class File return basename($this->path); } + /** + * Return the full path to the file + * + * @return string + */ + public function getPath() + { + return $this->path; + } + /** * Get file extension without dot * -- cgit v1.2.3