I got a program where i create a byte file (.dat) containing a string. And i got another program where i want to reat the byte file to
see the string.
But when i run the read method i buggs and tells me that the source is not found.
This is the method i use to create the file:
This is the method i use to read the file:
Does anyone know whats wrong?
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35253
7
posted
0
But when i run the read method i buggs and tells me that the source is not found.
Does this mean there's an exception? If so, can you post the stack trace?