-
This is a PHP Script to convert and clean file paths removing redundant elements. It can take a string with a file or directory path and remove redundant path elements like /./ or //sequences or leading ../ elements from absolute paths.It can be used as a stand-alone or integrated into CMS or other scripts.Requrements:- PHP 5.2 or Higher

