public static function cleanSeparators($sPath)
 {
     return regexp::replace('#[\\\\/]+#', '/', $sPath);
 }