|
|
DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T V
Length: 1160 (0x488)
Types: TextFile
Names: »V«
└─⟦5f3412b64⟧ Bits:30000745 8mm tape, Rational 1000, ENVIRONMENT 12_6_5 TOOLS
└─⟦91c658230⟧ »DATA«
└─⟦458657fb6⟧
└─⟦a5bbbb819⟧
└─⟦this⟧
└─⟦d10a02448⟧ Bits:30000409 8mm tape, Rational 1000, ENVIRONMENT, D_12_7_3
└─⟦fc9b38f02⟧ »DATA«
└─⟦9b46a407a⟧
└─⟦eec0a994f⟧
└─⟦this⟧
procedure Low_Level_Destroy (Objects : String := "<SELECTION>";
Response : String := "<PROFILE>");
------------------------------------------------------------------------------
-- Objects - Specifies what objects to destroy
-- Response - Specifies the user profile to use
--
-- Do everything in our power to destroy a set of objects. The Objects
-- specified, as well as any and all sub-objects are destroyed.
--
-- Note: CMVC databases are not maintained, updated, or consulted.
-- If any CMVC subsystems reference any of the destroyed objects, it
-- will be necessary to use Cmvc_Maintenance.Check_Consistency on them
-- afterwards.
--
-- To use this procedure:
--
-- a) First, use Repair_Directory on all directories in the Objects list and
-- on any immediately containing directory, eg. Objects & ".$".
--
-- b) Second, try a normal destroy, eg. Library.Delete on the objects.
--
-- c) Third, if this fails then use Low_Level_Destroy.
--
-- d) Fourth, if any of the Objects still exist, go back to step (a).
------------------------------------------------------------------------------