It's not much different to any other languages when refering to reading from
files. At least there is no much difficult to understand
--
Ignacio Machin
machin AT laceupsolutions com
"DAVE" <dvs_bis@sbcglo bal.netwrote in message
news:LJ9rh.6044 7$qO4.35053@new ssvr13.news.pro digy.net...
|i am looking for examples of filestream
| new to c#
|
| thanks
| Dave
|
|
>i am looking for examples of filestream
>new to c#
>
Well, the MSDN documentation has plenty of examples - what are you
after which isn't shown there? What are you trying to do?
>
--
Jon Skeet - <skeet@pobox.co m> http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
"DAVE" <dvs_bis@sbcglo bal.netwrote in message
news:dZcrh.2055 6$yC5.14271@new ssvr27.news.pro digy.net...
|I do alot of low level fileio...but new to c#
| just looking for examples
What exactly you do?
And what you use, you could always use the win API if that is what you are
using now
Im working with 20g files i need to move from place to place and i have not
worked with filestream as of yet...
im new to c# but not new to win api or other hi level languages...but want
to use c# for most of my work....
thanks
dave
"Ignacio Machin ( .NET/ C# MVP )" <machin TA laceupsolutions .comwrote in
message news:u5J5GekOHH A.4604@TK2MSFTN GP06.phx.gbl...
Hi,
>
"DAVE" <dvs_bis@sbcglo bal.netwrote in message
news:dZcrh.2055 6$yC5.14271@new ssvr27.news.pro digy.net...
|I do alot of low level fileio...but new to c#
| just looking for examples
>
What exactly you do?
>
And what you use, you could always use the win API if that is what you are
using now
>
>
--
Ignacio Machin
machin AT laceupsolutions com
>
>
Im working with 20g files i need to move from place to place and i have not
worked with filestream as of yet...
im new to c# but not new to win api or other hi level languages...but want
to use c# for most of my work....
So, what do you need to do that the examples in the help don't explain
to you?
"DAVE" <dvs_bis@sbcglo bal.netwrote in message
news:D6srh.6059 1$qO4.50989@new ssvr13.news.pro digy.net...
| Im working with 20g files i need to move from place to place and i have
not
| worked with filestream as of yet...
As in 20 GB Files?
| im new to c# but not new to win api or other hi level languages...but want
| to use c# for most of my work....
IMO, if all you have to do is move/copy some files the best solution is
using either copy or xcopy, not need to rewrite a code that already exist.
IF you need to do some processing of the files then maybe C# is a better
option.
Comment