.TH RLIST 1 "Commands and Applications" "4 Jan 1998" "Version 1.1" .SH NAME rlist \- List resources in a file .SH SYNOPSIS .B rlist .I file(s) .SH DESCRIPTION .B rlist gives a listing of all resources in a file to stdout. For a IIgs resource file, information listed includes: .sp 1 .I Type \- the 16 bit resource type. Please see .I RInclude/types.rez, .I , .I ResourceMgr.pas, .I e16.resources, or .I Toolbox .I Reference .I #3 for more information. .sp 1 .I ID \- the 32 bit ID for the resource. .sp 1 .I Attributes \- the 16 bit attribute flag of the resource, which determines how the resource is loaded by the .I "Resource Manager". .br Valid values and .B Rez names: .sp 1 .in +5 $0004 .I PageAligned .br $0008 .I NoSpecialMemory .br $0010 .I NoCrossBank .br $0040 .I Preload .br $0080 .I Protected .br $0100 .I Purgeable1 .br $0200 .I Purgeable2 .br $0300 .I Purgeable3 .br $0400 .I AbsoluteLoad .br $0800 .I Convert .br $4000 .I Locked .br $8000 .I Fixed .sp 1 .in -5 .I Size \- the size (in bytes) of the resource. .sp 1 For a Macintosh resource file, information listed includes: .sp 1 .I Type \- the Type of the resource, which consists of 4 characters. .sp 1 .I ID \- the 16 bit ID for the resource. .sp 1 .I Attributes \- the 8 bit attribute flag of the resource. Valid values are: .sp 1 .in +5 $04 .I PreLoad .br $08 .I Protected .br $10 .I Locked .br $20 .I Purgeable .br $40 .I "Load Into System Heap" .sp 1 .in -5 .I Size \- the size (in bytes) of the resource. .sp 1 .I Name \- an optional name for the resource. .SH AUTHOR Kelvin W. Sherlock .SH BUGS None known at this time. If a problem does arise, though, it is fairly safe to kill .B rlist since the resource manager is not involved. .SH ATTRIBUTIONS This program is (C)opyright 1997, 1998 Kelvin Sherlock. All Rights Reserved. Distribution is limited to legitimate channels and is dependent upon the permission of the author. .sp 1 This program contains materials from the ORCA/C Run-Time Libraries, copyright 1987-1997 by .B Byte Works, Inc. Used with permission. .SH HISTORY Version 1.1 dated January 4th, 1998. .sp 1 Version 1.0.1 dated July 6th, 1997. .sp 1 Version 1.0 dated June 6-7th 1997. .SH "SEE ALSO" .B catrez(1) .B derez .B ratalog .B rattr(1) .B rcp(1) .B resequal .B rimport(1) .B rrm(1) .B Rez