API17:JFolder::makeSafe
From Joomla! Documentation
JFolder::makeSafe
Description
Makes path name safe to use.
public static function makeSafe ($path)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $path | string | The full path to sanitise. |
- Returns string The sanitised string.
- Defined on line 645 of libraries/joomla/filesystem/folder.php
- Since

See also
JFolder::makeSafe source code on BitBucket
Class JFolder
Subpackage Filesystem- Other versions of JFolder::makeSafe
User contributed notes
Code Examples