fguihen Posted November 11, 2003 Posted November 11, 2003 ok, im new to this c# stuff, and i need to be able to write a list of path names to a text file, or read in a list from a text file and load them into an array list as i go along. it sounds very straight forward but i cant for the life of me figure it out.is there anyone there that can give me the basics of it? Quote
*Experts* mutant Posted November 11, 2003 *Experts* Posted November 11, 2003 You need to use one of the file reading or writing class, System.IO.StreamReader and System.IO.StreamWriter. Here are some examples from MSDN: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemIOStreamReaderClassTopic.asp http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconWritingTextToFile.asp Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.