Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Network File Accessing

0 views
Skip to first unread message

pandi

unread,
Dec 18, 2009, 1:49:34 AM12/18/09
to
Friends,

I want to have a simple program which will just open a file in shared
folder in LAN machine using C.
And then want to write the file. Can any one give me idea to do this?

Ben Bacarisse

unread,
Dec 18, 2009, 6:21:42 AM12/18/09
to
pandi <pandiw...@gmail.com> writes:

Did using fopen and then fwrite (or any of the FILE * based output
functions) not do what you want?

If not, you may need to use system-specific functions and you will
therefore get better answers in a system specific group.

--
Ben.

0 new messages