I am using TextfieldParser
to iterate and read through a file. It works fine when the file is in my computer and I am doing tests, but the real file is in a network. I have the path, domain and password of the real file. The problem is an error is genarted stating that the File cannot be found. The path where it is being searched is ok.
Is TextFieldParser
able to read a file on the network?
Thanx in advance