Operating system
|
Syntax
|
UNIX Windows
|
prolib library-name
-list file-name |
Information
|
Description
|
Library Name
|
The name of the library.
|
Code Page
|
The code page in which the library was created.
|
Format
|
The format of the library. The valid library formats are STANDARD and MAPPED.
|
Information
|
Description
|
Name
|
The name of the file.
|
Size
|
The size of the file in the library, in bytes.
|
Type
|
The file type. PROLIB recognizes two file types: R (r-code file type) and O (any other file type). Although libraries are specifically designed to hold r-code files, you can place any type of file in them.
|
Offset
|
The distance, in bytes, of the start of the file from the beginning of the library.
|
Modified
|
The date and time the file was last modified.
|
Added To Lib
|
The date and time the file was entered into the library. You can also change the format of the dates as they appear in the Modified and Added To Lib fields with the -date parameter, where date-format is three letters: m (month), d (day), and y (year). To specify a format, place the letters in the order you want the months, days, and years to appear on screen. The default is mdy.
|