DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ B T

⟦ed5dd130d⟧ TextFile

    Length: 679 (0x2a7)
    Types: TextFile
    Names: »B«

Derivation

└─⟦516dceb10⟧ Bits:30000751 8mm tape, Rational 1000, RCI_VADS
    └─ ⟦9a14c9417⟧ »DATA« 
        └─⟦this⟧ 

TextFile

separate (Library_Extensions)
procedure Directory_Exists  
             (Remote_Machine    :        String;
              Remote_Directory  :        String;
              Remote_Connection : in out Rci.Context;
              Status            : in out Simple_Status.Condition;
              Exists            : out    Boolean) is
begin
    File_Exists  
       (Remote_Filename   => Remote_Directory,
        Remote_Machine    => Remote_Machine,
        Remote_Connection => Remote_Connection,
        Status            => Status,
        Exists            => Exists);

exception
    when others =>
        Unhandled_Exception (Status, "Directory_Exists");
end Directory_Exists;