User Guide
File manipulation functions 313
dreamweaver.getRecentFileList()
Availability
Dreamweaver 3.
Description
Gets a list of all the files in the recent files list at the bottom of the File menu.
Arguments
None.
Returns
An array of strings that represent the paths of the most recently accessed files. Each path is
expressed as a file:// URL. If there are no recent files, the function returns nothing.
dreamweaver.importXMLIntoTemplate()
Availability
Dreamweaver 3.
Description
Imports an XML text file into the current template document. This function operates on the
document that has focus, which must be a template. If you do not specify a filename
argument, Dreamweaver opens a dialog box to request the import file string.
Arguments
{filePath}
■ The filePath argument, which is optional, is a string that specifies the filename to which
Dreamweaver imports the template. Express the
filePath argument as a URL file string,
such as
"file:///c/temp/mydata.txt".
Returns
Nothing.
000_DW_API_Print.book Page 313 Wednesday, July 20, 2005 11:58 AM