MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Reference page 313

Dreamweaver api reference
Table of Contents

Advertisement

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
argument, which is optional, is a string that specifies the filename to which
filePath
Dreamweaver imports the template. Express the
such as
"file:///c/temp/mydata.txt"
Returns
Nothing.
argument as a URL file string,
filePath
.
File manipulation functions
313

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the DREAMWEAVER 8-DREAMWEAVER API and is the answer not in the manual?

This manual is also suitable for:

Dreamweaver 8

Table of Contents