Forum Programmation.c reconnaitre un nom de fichier

Posté par  .
Étiquettes : aucune
0
19
mai
2006
Bonjour,

voilà mon code!
en fait je voudrais que cette expression( else if (S_ISDIR(infofichier.st_mode))) veuille dire : " si ce que vous avez donné en argument est un nom de fichier alors ".. la suite

Quelqu'un aurait il une solution ??

Merci Mariah

int main(int argc, char **argv)
{
int i=1;
int a;
FILE *f;
char *tmp;
struct stat infofichier;

tmp=argv[i];
if ((tmp[0] == '-') && (tmp[2]=='\0'))
{
switch(tmp[1])
{
case 'a':
a=1;
mydu_a ();
break;
case 's':
a=0;
mydu_s (…)