Win Squeak needs to know about waking up! (Re: Laptop suspending and network drives)

Ned Konz squeak-dev at lists.squeakfoundation.org
Thu Sep 12 15:46:14 UTC 2002


On Thursday 12 September 2002 01:51 am, Michael Roberts wrote:
> I'm following this thread with interest and was wondering if there
> was anything, currently, that could be executed in a workspace to
> perform an emergency recovery of sorts.  Is it possible to
> re-initialise what's required to save the image to a local disk?=20
> I'm happy to test any suggestions.
>
> Cheers
>
> Mike

Perhaps something like this:

newName:=3D 'c:\temp\squeak'.
Smalltalk
=09saveChangesInFileNamed: (Smalltalk fullNameForChangesNamed: newName);
=09saveImageInFileNamed: (Smalltalk fullNameForImageNamed: newName);
=09snapshot: false andQuit: true.

--=20
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE




More information about the Squeak-dev mailing list