From: | Neil Bothwick |
Date: | 10 Mar 2001 at 16:18:37 |
Subject: | Re: [D5] Re: Stall while loading |
jeff_g said,
> By the way, where does HappyENV put "USE" prefs files if you have
> no ENV: directory?
It creates an ENV:: device. Any time you try to access a non-existent
file in ENV: it copies it over from ENVARC: This ENV: device is stored
in memory, but not in the inefficient method of using a separate
RamDisk: file for each variable.
Neil