file stream

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • DAVE

    file stream

    i am looking for examples of filestream
    new to c#

    thanks
    Dave


  • Jon Skeet [C# MVP]

    #2
    Re: file stream

    DAVE <dvs_bis@sbcglo bal.netwrote:
    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

    Comment

    • Ignacio Machin \( .NET/ C# MVP \)

      #3
      Re: file stream

      Hi,

      Read the docs.

      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
      |
      |


      Comment

      • DAVE

        #4
        Re: file stream

        I do alot of low level fileio...but new to c#
        just looking for examples

        Thanks anyway
        "Jon Skeet [C# MVP]" <skeet@pobox.co mwrote in message
        news:MPG.20173c dcf459a22398d7c 3@msnews.micros oft.com...
        DAVE <dvs_bis@sbcglo bal.netwrote:
        >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

        Comment

        • Ignacio Machin \( .NET/ C# MVP \)

          #5
          Re: file stream

          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


          Comment

          • DAVE

            #6
            Re: file stream

            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
            >
            >

            Comment

            • Jon Skeet [C# MVP]

              #7
              Re: file stream

              DAVE <dvs_bis@sbcglo bal.netwrote:
              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?

              --
              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

              Comment

              • Ignacio Machin \( .NET/ C# MVP \)

                #8
                Re: file stream

                Hi,

                "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.



                --
                Ignacio Machin
                machin AT laceupsolutions com


                Comment

                Working...