Squeak SmalltalkJoker Squeak Smalltalk : Image VM OS Application : prevnext Directory Startup VM Image Sources

path             F:\SqueakExe\Squeak.exe
startup folder   F:\Squeak-Exp
arguments        F:\Squeak-Exp\Squeak3.6g2-exp.image

Smalltalk imageName                             'F:\Squeak-Exp\Squeak3.6g2-exp.image'
Smalltalk sourcesName                           'F:\SqueakExe\SqueakV3.sources'
Smalltalk changesName                           'Squeak3.6g2-exp.changes'
Smalltalk vmPath                                'F:\SqueakExe\'
FileDirectory default  DosFileDirectory on      'F:\Squeak-Exp'
SecurityManager default untrustedUserDirectory  'C:\My Squeak\u'
SecurityManager default secureUserDirectory     'F:\Squeak-Exp\u'

infile:
Security Entries
Entries appearing under the [Security] section of Squeak.ini control some of 
the sandbox functionality of Squeak

* UserDirectory - Identifies the sandbox directory, e.g., a place which can be 
accessed from any (potentially unsafe) Squeaklet. By default it is set to 
"C:\My Squeak\%USERNAME%" but if this location is either read-only or simply 
inconvenient (for example in a network setup) this is the place to change it.

NOTE: Up to and including the 3.5.1 VM environment variables will NOT be 
expanded correctly.

* SecureDirectory - Identifies a safe place for the VM to store security 
relevant data. By default this is set to the VMs locations but if the VM 
location is read-only you may wish to change it.