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 strongm 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: *

  • Users: Dave60608
  • Content: Threads
  • Order by date
  1. Dave60608

    Read all files

    I am trying to read all of the files under a specified starting directory. The code I am using is: ThisPathItems.AddRange(Directory.GetFiles(lblIPPath.Text, "*.*", SearchOption.AllDirectories)); foreach (string pn in ThisPathItems) { strCDFPathName = Path.GetDirectoryName(pn); //...
  2. Dave60608

    Accessing shared folders via a network

    I set up a folder on my desktop that I want to share with my network. One of my laptops can access it, with no problem. Two other laptops get "access denied" messages. Since I can get to the shared folder from one of my PCs I am assuming that I did the sharing correctly. Why in the world can't...

Part and Inventory Search

Back
Top