Kbase P25401: OS-CREATE-DIR does not create new folder
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  25/06/2003 |
|
Status: Unverified
FACT(s) (Environment):
Windows 2000
FACT(s) (Environment):
Windows XP
SYMPTOM(s):
OS-CREATE-DIR does not create new folder
File is created in place of new folder
Folder created in Progress working directory
User has correct permissions for accessing the folder
Occurs when working directory is on the local machine or on a remote server
CAUSE:
The exact cause is unknown at the time of this writing but the code did not check for files of the same name
FIX:
Add code to check for the existence of files of the same name.
If a folder of the same name already exists then this should note cause a problem.
If a file of the same name already exists, then an error will be raised at operating system level.
This can be checked for with OS-ERROR.