02-17-2011, 12:08 AM
Code:
byte[] fileData = File.ReadAllBytes("filepath");
File.WriteAllBytes("filepath", fileData);
I code at http://tech.reboot.pro
Bytes in C#?
|
02-17-2011, 12:08 AM
Code: byte[] fileData = File.ReadAllBytes("filepath"); I code at http://tech.reboot.pro
|
« Next Oldest | Next Newest »
|
Messages In This Thread |
Bytes in C#? - by InfamousKnight - 02-12-2011, 01:14 PM
RE: Bytes in C#? - by KoBE - 02-17-2011, 12:08 AM
RE: Bytes in C#? - by InfamousKnight - 02-17-2011, 09:35 AM
|