blob: 0e576cfede0150ea64b4c7b82ece6371db5d673f [file]
#include <wx/filefn.h>
int main()
{
wxGetCwd();
return 0;
}