How can I remove a directory from the windows filesystem. I tested the global function wxRmdir and the member function Rmdir() from the wxFileName class. But both function didn't work. I thought, that it was why my directories contains spaces, but the dirs couldn't remove without spaces.