Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Forum25

    Connecting to Server and Reading a file.

    Hello JurkMonkey, I have to search the file but i have all the code to do that in place. i am having problem just to connect to the server and accessing the c drive. thanks again
  2. Forum25

    Connecting to Server and Reading a file.

    Hello JurkMonkey, I have to acess only one server which is on the same network as ours. It is LAN and I have a user name and password. The file is located in the C drive. thank you
  3. Forum25

    Search for string inthe latest file.

    hi dseaver This is what have in VB so far: dim fPath as string = "\\server\folder\mmddyy.txt" Dim fStream As FileStream = New FileStream(fPath, FileMode.Open, FileAccess.Read, FileShare.Read) dim fr as new streamReader(fStream) while not fr.EndOfStream dim lineText as string = fr.Read...
  4. Forum25

    Search for string inthe latest file.

    1) how to search for the latest file in a folder? folder contains files named as mmddyy.txt 2) how to search for a string in the file?
  5. Forum25

    Connecting to Server and Reading a file.

    I have to search for a text file located on C Drive of a different server and read the text file for lines of data where there is a "File Error" message and copy the line. Can some body help me with the code? Thank you

Part and Inventory Search

Back
Top