Setting up, customizing, and extending the system : Using and maintaining configuration (.ini) files : .INI file contents : CommonGraphics stanza

CommonGraphics stanza
The [CommonGraphics] stanza of the .ini file controls access to bitmap, icon, and image files.
bitmapPath= Directory names
Value type: Array of directory name strings
Default value: empty array (#())
Installation value: $TARGETDIR\bitmaps,$TARGETDIR\bitmaps\icons,$TARGETDIR\bitmaps\resources,$TARGETDIR\bitmaps\pngfiles (Windows)
/usr/local/VASmalltalk/8.6/abt,/usr/local/VASmalltalk/8.6//bitmaps,/usr/local/VASmalltalk/8.6//bitmaps/icons,/usr/local/VASmalltalk/8.6//bitmaps/resources,/usr/local/VASmalltalk/8.6/bitmaps/pngfiles (Unix)
Setter: CgScreen class>>#bitmapPath:
This parameter specifies one or more directories that contain graphics or other files needed for your applications.