lundi 2 avril 2018

What does the parameter in my condition means?

I have a script written like this:

if (!(-e "ARGV[0]"))
{
     printf("\nThis file \"%s\" does not exist.\n\n", $ARGV[0]);
     exit;
}

What does the parameter "-e" mean in my condition?

Aucun commentaire:

Enregistrer un commentaire