C++ prototype: Bool DirExists(char *filename); Scheme use: (if (wx:dir-exists? "/home/mflatt") ...)
Bool DirExists(char *filename);
(if (wx:dir-exists? "/home/mflatt") ...)