After calling RemoveDirectory() from an application the directory remains until I close the PB IDE. The directory is empty and not the current directory when the remove is called. The directory does delete but only when the IDE is shutdown.
The directory should release immediately, but I find it extremely strange that it remains until the IDE closed, even after the application is closed.
Any ideas on what the cause could be?
Yes, we have the ChangeDirectory() call directly before RemoveDirectory().