Nov. 11, 2012
4:56 p.m.
This is the one I used...
StartupLoader default executeAtomicItems: { StartupAction name: 'Shared Package Cache' code: [ MCCacheRepository default directory setPathName: 'C:\Smalltalk\#Shared-Package-**Cache'. MCDirectoryRepository defaultDirectoryName: 'C:\Smalltalk\#Shared-Package-**Cache'. ]. }.
I'm not sure of the function of the fourth line (I copied it from http://marianopeck.wordpress.**com/2012/05/12/startuploader-** running-startup-scripts-in-**pharo/<http://marianopeck.wordpress.com/2012/05/12/startuploader-running-startup-sc...> )
The fourth line is just the default directory that appears in the popup when you do "+repository" -> "directory" in the MC browser. -- Mariano http://marianopeck.wordpress.com