Bennett Helm <[EMAIL PROTECTED]> writes: > 1. Test if the user's directory exists, and if not then: create a new > user's directory, copy files from the old one (if it exists), and > clean up the preferences file, mostly to point to the new user's > directory.
Instead of copying files (having several copies of the same file is not always a good idea), would it be possible to make a symbolic link to point inside the bundle? It would also be faster. JMarc
