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