Beispiel #1
0
 /**
  * Normalizes the directory separator, often used by Win systems.
  *
  * @param string $path Path name
  * @return string Normalized path
  * @static 
  */
 public static function normalizePath($path)
 {
     return \October\Rain\Filesystem\Filesystem::normalizePath($path);
 }