Specification of package Tgx.Posix.Files







 ========================================================================= --
 ===                                                                   === --
 ===                 Top Graph'X CORBA Implementation                  === --
 ===                                                                   === --
 ===                 Copyright (c) 1996, Top Graph'X.                  === --
 ===                                                                   === --
 ===                     --- Copyright Notice ---                      === --
 ===                                                                   === --
 ===    This software is protected as an unpublished work under the    === --
 ===     Copyright Act of 1976.  All rights reserved.  Top Graph'X.    === --
 ===                                                                   === --
 ========================================================================= --

with System;
package Tgx.Posix.Files is

   function Is_File (Pathname : in Tgx.Posix.Pathname) return Boolean;

   function Is_File_Present (Pathname : in Tgx.Posix.Pathname) return Boolean;

   function Is_Directory (Pathname : in Tgx.Posix.Pathname) return Boolean;

    Iterating over files within a directory

   type Directory_Entry is limited private;

   function Filename_Of (D_Entry : in Directory_Entry) return Filename;

   generic
      with procedure Action
         ( D_Entry : in     Directory_Entry;
           Quit    : in out Boolean);
   procedure For_Every_Directory_Entry (Pathname : in Tgx.Posix.Pathname);

private
   type Directory_Entry_Record;
   type Directory_Entry is access Directory_Entry_Record;
end Tgx.Posix.Files;



List of definition uses










This page was generated by PrismTech's ada2html on Friday Mai 12 2006 16:18