public static function isFile($file, $strict = null)
    {
        if (is_file($file)) {
            return true;
        }