FileOpen(c2,"temp.jpg",cRandom)
binwrite.New1(c2,True)
......
binwrite.WriteBytes2(......)
FileClose(c2)
image1.Image="temp.jpg"
__________________
after that,if i want delete temp.jpg,what should i do?
current situation is even if after appclose,i still can't delete it or rewrite it.
binwrite.New1(c2,True)
......
binwrite.WriteBytes2(......)
FileClose(c2)
image1.Image="temp.jpg"
__________________
after that,if i want delete temp.jpg,what should i do?
current situation is even if after appclose,i still can't delete it or rewrite it.