I'm unable to move or delete file using this built-in functions
System.IO.File::Move
System.IO.File::Delete()
Because the file might be open or being read
is there any way how am I going to close from being read in order to move or delete it
It is a .csv file
Please help :)