Added Comment
This commit is contained in:
parent
7de1b026fe
commit
aa7ef60129
@ -241,7 +241,7 @@ namespace Volian.Controls.Library
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
FileInfo fi = new FileInfo(temppath);
|
FileInfo fi = new FileInfo(temppath);
|
||||||
FileStream fs = File.Open(temppath, FileMode.Open, FileAccess.Read, FileShare.ReadWrite);
|
FileStream fs = File.Open(temppath, FileMode.Open, FileAccess.Read, FileShare.ReadWrite);// B2016-053
|
||||||
long len = fs.Length;
|
long len = fs.Length;
|
||||||
byte[] ByteArray = new byte[len];
|
byte[] ByteArray = new byte[len];
|
||||||
int nBytesRead = fs.Read(ByteArray, 0, (int)len);
|
int nBytesRead = fs.Read(ByteArray, 0, (int)len);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user