I'm trying to delete a file, and then I want to double-check to make sure that the file is actually deleted. But even when the file is deleted by my program, Dir$ (fileName, vbNormal) tells me that it has not been deleted. I guess it takes a few seconds for windows to refresh the directory.
Is there a way to refresh a specified directory?!!