vb.net - My.Computer.fileSystem.moveFile:The process cannot access the file because it is being used by another process -


***my.computer.filesystem.movefile(strfile, desti)

above code use move file "strfile" "desti".when move textfile content text work fine, problem occur when going move file empty content. guess open file stream , close file stream,but not sure this, can help? thanks.

**edit

strfile = iniread(gsysfile, "main", table(x), "")


Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -