View Single Post
The Archive method of the document class may be what you need.

e.g. something analogous to:
Code:
tell application "OmniFocus"
	set strPath to ((path to desktop) as string) & "Archive.ofocus"
	archive default document in file strPath
end tell

Last edited by RobTrew; 2008-02-17 at 01:22 PM..