Open Document Command

OPEN File Commands

This opens a document and a window.

open

filepath/s The filepath and name of the document.

Examples:

open 'PageStream:documents/Project.doc'

 

Open  Command Definition  url:PGScmd/open
  created:2006-03-30 17:26:09   last updated:2006-03-30 17:26:09
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For Open
Dan Kilroy wrote...2006-05-04 16:34:58

Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above.

Gets the {...} .

Open ([file] [FILTER ""] [optional module parameters])


Parameters:
As of 5.0.3.4, file is now optional but must be the first parameter. If absent, it will open a file selector.


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

Tim Doty wrote...2006-08-09 05:15:15

This command causes PageStream to crash if no file path is specified.

User Contributed Comments For Open