-- PropertyTypes.mesa (last edited by: Marzullo on: July 10, 1980 3:13 PM) --
DIRECTORY
Directory: FROM "Directory" USING [PropertyType];
PropertyTypes: DEFINITIONS =
BEGIN
--This file is the authoritative definition of Property Types for leader pages of Pilot DCS files for Client purposes.
PropertyType: TYPE = CARDINAL;
-- Property Types used by the Directory Package
tReadDate: Directory.PropertyType = [PropertyType[1]];
tWriteDate: Directory.PropertyType = [PropertyType[2]];
tCreateDate: Directory.PropertyType = [PropertyType[3]];
tByteLength: Directory.PropertyType = [PropertyType[4]];
tParentDirectory: Directory.PropertyType = [PropertyType[5]];
tFileName: Directory.PropertyType = [PropertyType[6]];
END.
LOG
Time: July 10, 1980 3:13 PMBy: MarzulloAction: Created file