my program wrote in vb.net. in run time,give me "IO Exception was caught"
please help me.
Probably the file that you are trying to create with the FileStream
already exists. Use FileMode.OpenOrCreate
to solve your problem or delete the file first.