next up previous contents index
Next: DEVICE Up: GTVL Language Internal Help Previous: COMPRESS

CREATE

 

        [GTVL\]CREATE Argum Value

      - CREATE DIRECTORY PathName Create a new  directory.  PathName  syntax
        follows  "Unix-like" pathnames, with the use of token '<' instead of
        '/'. Constructs  like  ..<DIR  are  valid.   To  create  a  new  top
        directory (called e.g. NEWTOP), use the following syntax:
            CREATE DIRECTORY <NEWTOP
      - CREATE WINDOW [BLACK|WHITE] [[NOREFRESH] [NAME Name] [/PIXEL Px  Py]
        Create  a  new window with the corresponding attributs of background
        colour,  automatic  refresh  behaviour  and  Name.   Option   /PIXEL
        specifies the window size (in pixels); if not present, the cursor is
        used to define the zooming area.


lucas@iram.fr