in reply to Re: Close command not being honored
in thread Close command not being honored

That is only the default behavior [when using one of the Unixy wrappers like fopen()]. You can use Win32API::File to open a file in a way that allows you to rename or delete it while you still have it open.

- tye        

  • Comment on Re^2: Close command not being honored (FILE_SHARE_DELETE)