Hi guys !
Here's my problem :
I wrote an app with VB6 SP3 using a WebBrowser control.
When an HTML file is open locally on the Webbrowser control (eg c:\Temp\test.htm) , I found out it's impossible to rename (or move) one of the parents folder containing the file (W98 is no problem for that, but NT is).
It seems NT locks the open file on the webbrowser control - even if you try some :

WB.Navigate("about:blank")

the problem still occurs.

Information, anyone ?
Thanx by advance
Gregory