07-28-2006 10:15 AM
07-28-2006 02:22 PM
hi there
just a thougt: when dealing with some configuration data (written to files or a database or whatever) and access rights you have to consider that the user could edit the data with a text editor or a database app. so why not check if the user has write access to the file (the write file function would return an error code when the user has no access)? this also means that you have to restrain the acces rights for the config data file of non-admins to read only.