


    NAME
	Examine

    SYNOPSIS
	Examine -  Examine a FileSystem object  - Requires v37

    INPUTS
	"PATH/A"

    DESCRIPTION

	Call the Dos.library function Examine on a
	certain Filesystem Object.

    RESULT
	Outputs the different fields of a struct
	FileInfoBlock
    

	
	    

    NOTES
	* CLI - only

	* should compile with SAS-C
	

	This command is IMHO senseless for everyday
	usage - it does only make sense, if s.o. wants
	to look inside certain structures ...
	(I needed it when playing w/ a ramdisk)
    

    BUGS


    EXAMPLES

	>Examine SYS:S
	DiskKey     = 0x2BA7;
	DirEntryType= 2;   /* ST_USERDIR *\
	FileName    = "S";
	Protection  = "------------rwed";
	EntryType   = 2;   /* ST_USERDIR *\
	Size	    = 0;
	NumBlocks   = 1;
	Comment     = "";
	OwnerUID    = 0x00000000;
	OwnerGID    = 0x00000000;
    

    HISTORY

	25-03-95 b_noll created
	19-08-95 b_noll created .data file
    

    AUTHOR
	Bernd Noll, Brunnenstrasse 55, D-67661 Kaiserslautern
	noll@student.uni-kl.de

