File loading

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

    #1

    File loading

    i want to load an external file from my console app. How can i do this?
    Dennis


  • Herfried K. Wagner [MVP]

    #2
    Re: File loading

    "Dennis Jackson" <dennisjackson2 49@hotmail.com> schrieb:[color=blue]
    >i want to load an external file from my console app.[/color]

    Reading a text file line-by-line or blockwise with a progress indicator
    <URL:http://dotnet.mvps.org/dotnet/faqs/?id=readfile&la ng=en>

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://classicvb.org/petition/>

    Comment

    • Cor Ligthert

      #3
      Re: File loading

      Dennis,
      [color=blue]
      >i want to load an external file from my console app. How can i do this?[/color]

      What do you mean with an "external" file, the word internal file is seldom
      used in this situation.

      From a PDA, from internet, from disk, etc etc ?

      Cor


      Comment

      Working...