Beispiel #1
0
 /**
  * Determine if a file exists with case insensitivity
  * supported for the file only.
  *
  * @param string $path
  * @return mixed Sensitive path or false
  * @static 
  */
 public static function existsInsensitive($path)
 {
     return \October\Rain\Filesystem\Filesystem::existsInsensitive($path);
 }