diff options
Diffstat (limited to 'src/Phorkie/File.php')
| -rw-r--r-- | src/Phorkie/File.php | 10 |
1 files changed, 10 insertions, 0 deletions
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 @@ -59,6 +59,16 @@ class File } /** + * Return the full path to the file + * + * @return string + */ + public function getPath() + { + return $this->path; + } + + /** * Get file extension without dot * * @return string |
