CompuServe Thread

Freeze Icon

4 messages in this thread
#33129From: Robert TakahashiMay 7, 1990 11:30 PM
Is there anyway to freeze an Icon so that it can't be moved or relocated? Robert
#33161From: Mike BerroMay 9, 1990 1:15 AM
If you protect the ".info" file, the user cannot save a new location on the disk (without de-protecting it), but I know of nothing that will make the icon unmoveable on the Workbench. I suppose a hack could be made to do it. Now the inevitable question: why? —Mike
#33180From: Robert TakahashiMay 9, 1990 9:23 PM
How do I use protect on the "info" file? Thanks Robert
#33186From: Mike BerroMay 9, 1990 11:00 PM
Each file that displays an icon (e.g. "FileName") has another file in the same directory called "FileName.info". That "info" file contains the icon imagery & position on the workbench, among other things. A "Snapshot" from Workbench stores the new coordinates in this file. To protect that file, you need to go into the CLI. Go to the directory that contains the info file ("CD THEDIRECTORYPATH"), then type "protect FileName.info -w". This deletes the "w" flag from that file, where "w" is the flag that says the file can be written to. (Oh yeah, doing it this way may only work using 1.3.) —Mike