First Previous Next Last Index
Slide 10 of 42

Notes:

MPE commands and intrinsics handle HFS files too

Absolute and relative pathnames

MPE escaped syntax - ./file != file used in MPE command

File types: bytestream & fixed record files
- tobyte and frombyte shell commands convert one to the other

The Hierarchical File System (HFS)

    
                        __________________/_____________________
                       /          /            \       \        \
                    APACHE       SYS           bin     lib      usr
                      |         /   \
                     PUB       PUB  NET
                    /   \
               cgi-bin   htdocs
    
Absolute path: /APACHE/PUB/cgi-bin/hwcgi
Relative path: ./hwcgi

Top Unable to parse SSI