tisayakorn
New Member
Hi, this is very weird and i'm wondering if anyone has experienced it.
it happens on a client's machine with Progress 9.1E on XP.
When running this
OS-CREATE-DIR 'c:\temp'.
DISPLAY OS-ERROR.
the result is 0 which is expected since c:\temp already exists.
but when running this
OS-CREATE-DIR 'c:\temp' NO-ERROR.
DISPLAY OS-ERROR.
the result is 8 (permission denied) which is totally absurd. if I run that for a non existing directory, e.g. c:\temp\1, the directory will be created with no problem but OS-ERROR still returns 8.
really appreciate your help.
Kevin Tisayakorn
it happens on a client's machine with Progress 9.1E on XP.
When running this
OS-CREATE-DIR 'c:\temp'.
DISPLAY OS-ERROR.
the result is 0 which is expected since c:\temp already exists.
but when running this
OS-CREATE-DIR 'c:\temp' NO-ERROR.
DISPLAY OS-ERROR.
the result is 8 (permission denied) which is totally absurd. if I run that for a non existing directory, e.g. c:\temp\1, the directory will be created with no problem but OS-ERROR still returns 8.
really appreciate your help.
Kevin Tisayakorn