Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

This section describes the more advanced features and commands of the Filer popdown, and should be read in conjunction with The Filer. The features described here include:

...

Users may not understand the value of using "The Filing System Hierarchical System," until it is too late. Here is a fictitious example showing what 482 files could look like if they are just dumped into the flash card. There are no directories, and when using EPROMs or Flashcards, no date is stored. The order of the files are known. the first file saved is on Page 1 top left-hand corner and the last file is on Page 2, bottom right-hand corner. There is no way of knowing what each file contains. Perhaps the answer is in the file name.

...

DEVICE can be specified as one of the following in Application Load or Save operations:

SpecificationEffect

:RAM.0 

RAM in slot 0 (internal memory)

:RAM.1 

RAM in slot 1 (external memory)

:RAM.2 

RAM in slot 2 (external memory)

:RAM.3 

RAM in slot 3 (external memory)

:RAM.- 

Any RAM memory; ie 0, 1, 2, or 3. Used by CLI for temporary files, and lost on reset.

:EPR.0 

FLASH or EPROM in slot 0 (internal memory)OZ4.7

:EPR.1 

FLASH or EPROM in slot 1 (external file area)OZ4.7

:EPR.2 

FLASH or EPROM in slot 2 (external file area)OZ4.7

:EPR.3 

FLASH or EPROM in slot 3 (external file area)OZ4.7

:ROM.0 

ROM

:SCR.0 

Screen

:PRT.0 

Printer; via printer driver so that highlight codes are interpreted

:COM.0 

Communications; via serial port

:INP.0 

Standard input

:OUT.0 

Standard output

:NUL.0

Null: absorbs output, and acts like an empty file on input


Wildcards

The device, directory and file name can contain the following wildcards:

...

File name Creation date & time Last updated date & time Size (in characters)
letter.txtToday17:42:54Today17:42:541254
novel.txt01-Jun-198717:41:17Today14:32:5813112
game.bas02-Jun-198712:27:4302-Jun-198712:27:43827

...


Updated Date is the only Date used

Although both the Creation date & time and Last updated date & time are shown in two columns in practise, they remain the same value as none of the applications on the Z88 use this feature i.e. when the file is changed, the creation date & time is also updated.

...