From: "mike" <ruler@isolate.net>
To: xmp <xmp@multipasto.net.co>, linux-c-programming@vger.kernel.org
Subject: Re: Misc C question
Date: Thu, 20 Jun 2002 01:08:38 -0400 [thread overview]
Message-ID: <002701c21818$8a302d10$0201a8c0@ws1> (raw)
In-Reply-To: 20020619234424.A480@nietzsche
Hi,
"r" is for readonly, if you don't include what it should do with the file,
you will get an error on compile. :) The possible options are "r", "w",
"r+" "w+", and more. You should consult a book/website which will explain
everything you need to know about them :)
Also after you fopen(); you should always fclose(); somewhere after :)
And, no, the call won't return NULL if you don't have "r", it simply won't
compile, and can't give you anything ;)
Thanks.
----- Original Message -----
From: "xmp" <xmp@multipasto.net.co>
To: "mike" <ruler@isolate.net>
Cc: <linux-c-programming@vger.kernel.org>
Sent: Thursday, June 20, 2002 12:44 AM
Subject: Re: Misc C question
> > Basically, you could use the fexist() function (I think that's what its
> > called), or the way most people do it..
> > FILE *blah;
> > if ((blah = fopen("/path/to/file, "r")) != NULL) {
> > printf("File does not exist.");
> > exit(0);
> > }
> hi, thanks for reply me.
> About your example, What happens if the file exist and you dont have "r"
permission? the call will return NULL?.
>
> bye
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe
linux-c-programming" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
next prev parent reply other threads:[~2002-06-20 5:08 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-06-20 2:46 Misc C question xmp
2002-06-20 3:10 ` mike
2002-06-20 4:44 ` xmp
2002-06-20 5:08 ` mike [this message]
2002-06-20 12:46 ` William N. Zanatta
2002-06-20 6:28 ` Oleg O. Ossovitskii
2002-06-20 8:05 ` Mohammed Khalid Ansari
2002-06-20 8:51 ` Re[2]: " Oleg O. Ossovitskii
2002-06-20 13:23 ` Glynn Clements
2002-06-20 20:42 ` GOMEZ NOGUERA DAVIDEDUARDO
2002-06-20 21:53 ` James Stevenson
2002-06-20 23:24 ` Glynn Clements
2002-06-21 0:07 ` Christopher Quinn
2002-06-20 23:24 ` Glynn Clements
2002-06-20 18:09 ` James Stevenson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='002701c21818$8a302d10$0201a8c0@ws1' \
--to=ruler@isolate.net \
--cc=linux-c-programming@vger.kernel.org \
--cc=xmp@multipasto.net.co \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).