| Cts_Filesystem | |
| Author | Jaybill McCarthy |
| License | http://communit.as/docs/license |
| Static Methods | |
| getPath | Concatenates the provided username into a valid path for either uploads or user cache. |
| SureRemoveDir | TBD |
static function getPath( $pathtype, $username )
Concatenates the provided username into a valid path for either uploads or user cache.
| pathtype | A string, either ‘userupload’ or ‘usercache’, to decide which path to return. |
| username | The username to concatenate into the path. |
A string containing the desired path containing the given username.
Concatenates the provided username into a valid path for either uploads or user cache.
static function getPath( $pathtype, $username )
TBD
static function SureRemoveDir( $dir, $DeleteMe )