Re: File exist



Kenneth Brody wrote:
Keith Thompson wrote:
[...]
Usually the best approach is to try to open the file, and handle the
error if the attempt fails. Providing information about *why* it
failed can be useful, but it isn't absolutely necessary, and it can't
be done portably.

Isn't this portable?

... proper #include's, etc. implied ...

errno=0;
f = fopen(filename,mode);
if ( f == NULL )
{
if ( errno != 0 )
perror(filename);
else
fprintf(stderr,"fopen() of %s failed.\n",filename);
exit(EXIT_FAILURE);
}

It's portable, but it might always print out "fopen() of %s failed.\n" and never give a reason on some implementations.
--
Flash Gordon, living in interesting times.
Web site - http://home.flash-gordon.me.uk/
comp.lang.c posting guidelines and intro:
http://clc-wiki.net/wiki/Intro_to_clc
.



Relevant Pages

  • Re: New problem with Firefox
    ... First your evaluation form still fails in both FF2 and IE 7 but not in IE6. ... Let me say something about our clients. ... our web site -- but unless you know in advance this is the way it is going ...
    (microsoft.public.publisher.webdesign)
  • Re: Spaces after . at end of sentences
    ... caused by voice recognition software. ... See my web site http://gregmaxey.mvps.org ... for an eclectic collection of Word Tips. ... achievement, and who at the worst, if he fails, at least fails while ...
    (microsoft.public.word.docmanagement)
  • Re: Reading Documents sent with Outlook
    ... If clicking the document starts Word but Word then crashes, ... If it starts Word but fails to open the document, ... Word MVP web site http://word.mvps.org ...
    (microsoft.public.word.docmanagement)
  • Re: In Word 2007, where is the text Insert/Overlay indicator???
    ... Where's the "Insert/Overlay" indicator? ... Greg Maxey ... See my web site http://gregmaxey.mvps.org ... achievement, and who at the worst, if he fails, at least fails while ...
    (microsoft.public.word.docmanagement)
  • Re: search and replace multiple files
    ... Greg Maxey ... See my web site http://gregmaxey.mvps.org ... for an eclectic collection of Word Tips. ... he fails, at least fails while daring greatly, so that his place shall never ...
    (microsoft.public.word.docmanagement)