Re: How can i check whether a file exists? (General questions)
David,
Are you using blocking or non-blocking mode?
You could also use CheckDir or Rename (and specify both parameters to be same) methods.
Regards,
Damba
The blocking property = True.
I've added an AttributesDelegate method and passed this to the component. Even when i call GetAttributes and specify a file that does not exist, it still fires the event! No errors.
These components are difficult to work with.