FOF30\Platform\FilesystemInterface::pathCheck PHP Method

pathCheck() public method

Checks for snooping outside of the file system root.
public pathCheck ( string $path ) : string
$path string A file system path to check.
return string A cleaned version of the path or exit on error.
    public function pathCheck($path);