Filestream or FileGet?

G

Guest

Hello:

I am trying to read the contents of a file that be either be binary or text.

I would like to know which is better, Filestream or FileGet?

Thanks.

Venkat
 
H

Herfried K. Wagner [MVP]

vvenk said:
I am trying to read the contents of a file that be either
be binary or text.

I would like to know which is better, Filestream or FileGet?

IMO personal preference...
 
G

Guest

Herbert:

Thanks for your reply. But I do want to poject myself as hep ie. with the
new implementations. FileRead, though I have used in the past reliably,
sounds backward to me.

No?

Veenkat
 
H

Herfried K. Wagner [MVP]

vvenk said:
But I do want to poject myself as hep

What's "hep" (sorry, I really don't know...).
ie. with the new implementations.

If you want to make experiences with the file access classes in 'System.IO',
play around with them. Then you can decide what you like best: VB.NET's
file access methods (sometimes a valuable shortcut) or the I/O classes.
 
G

Guest

Herfried:

This may sound stupid but I don't see System.IO in the list of .Net
Components when I tried to reference it.

Am I doing something wrong?

Venkat
 
H

Herfried K. Wagner [MVP]

Venakt said:
This may sound stupid but I don't see System.IO in the list of .Net
Components when I tried to reference it.

Am I doing something wrong?

'System.IO' is a namespace. If "System.dll" is referenced, it should be
available.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top