S
Shane Mergy
Two Problems
1. I know how to read and write to a file however i want
to be able to search a file for a certain keyword and
then append to that file when i find that keyword however
i cannot find a way to read and write to a file unless i
close the file first can you help!!
2. I am writing a class that all can use but i dont know
how i would put it to a namespace so that all can use for
example when i want to create a date time variable i use
DateTime dt = new DateTime
or StreamReader sr = File.Open()
i want to be able to do this with my ini class file so
all can use it
1. I know how to read and write to a file however i want
to be able to search a file for a certain keyword and
then append to that file when i find that keyword however
i cannot find a way to read and write to a file unless i
close the file first can you help!!
2. I am writing a class that all can use but i dont know
how i would put it to a namespace so that all can use for
example when i want to create a date time variable i use
DateTime dt = new DateTime
or StreamReader sr = File.Open()
i want to be able to do this with my ini class file so
all can use it