was the command in delphi for making any IO errors not raise an exception
namely i am using the mkdir command to make a directory in win32
however if the directory already exists i want the application to ignore trying to make it and use the existing directory anyway silently
is there some lazarus equivalent to this?
thanks
cj