Posted By:
shao_ws
Posted On:
Monday, June 17, 2002 10:38 PM
I write my data to a new csv file,
after FileOutputStream.close, and then use
Runtime rn = Runtime.getRuntime(
"cmd /C aaa.csv ");to open it.
but I got the following error message:
"process can't access the file, it's used by another process."
how do I do to resolve this problem.