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

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -