2009/6/10 Rafael Fernández López <ereslibre at gmail.com>: > As a note aside, I don't believe the web page you posted is a WTF. You should never create your own Bool like this. A reasonable solution would be to have an enum like: Folder, File, PermissionDenied Then have a method to return the enum. John