Hi,
I am deleting some files from a directory with C# and then I am getting the contained files so if I don't refresh the content of the directory the deleted file will be added as a contained file so how can I refresh the content of the directory using C# it's not the refresh() method in fileinfo I've tried it,
thanks.