> I've uploaded 0.5.0.2 monolithic and webinstalls. > Both distributions have changed. There is better text (re: deleting > temp directory)
By better text, do you mean this: "If a location us bit specified, the data store will be created in the main Freenet program directory. Set this directory exclusively for freenet." What the hell is that supposed to mean? Most users won't read that. Some users might read it, shrug, and go on anyway. Words like 'exclusively' don't carry the weight needed to get through to common people. Far better would be: "Specify a NEW directory. Do *NOT* specify an existing directory as all files in that directory will be deleted." Also I didn't see any code in CPropNormal that checks whether the specified directory has any files in it or not. I would recommend this. If the folder is not empty bring up a "This directory is not empty. ARE YOU SURE? All files WILL BE DELETED if you click Yes" dialog. As Matt Toseland says, it won't recurse. So you can just do a couple API calls to see if there's anything in the stated store directory. d _______________________________________________ devl mailing list [EMAIL PROTECTED] http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/devl
