RecentFiles System Command

This command sets the list of recent files. Requires PageStream 3.2 or newer.

RecentFiles ([path],... ,[SAVE])

path/s The recent file paths. Max=8.

SAVE Saves the options to the PageStream Preferences file.

Examples:

RecentFiles("PageStream:Documents/Calendar", "save")

 

RecentFiles  Command Definition  url:PGScmd/recentfiles
  created:2006-03-30 20:08:12   last updated:2006-04-26 12:12:35
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For RecentFiles
Dan Kilroy wrote...2006-05-04 13:30:23

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

Gets the {...} .

RecentFiles ([path1 path2 ...] [SAVE])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For RecentFiles