Kbase P86035: Cannot rename a directory using OS-RENAME after OS-COPY
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/7/2004 |
|
Status: Unverified
FACT(s) (Environment):
Windows 32 Intel
SYMPTOM(s):
Cannot rename a directory using OS-RENAME after OS-COPY
Cannot rename a directory
Directory is in a mapped drive
OS-RENAME returns 0S-ERROR 8
OS-COPY makes to 0S-RENAME to fail
CAUSE:
Windows does not immediately release the files copied by OS-COPY causing OS-RENAME to fails
FIX:
This problem is related to Windows and not to Progress.
Related to Microsoft Knowledge Base Article - 321169
http://support.microsoft.com/default.aspx?scid=kb;en-us;321169
A workaround is to create the directory first, and then move the files into the new directory, instead of copy the files and then rename the directory.