MACROMEDIA FIREWORKS 8-EXTENDING FIREWORKS Manual page 21

Table of Contents

Advertisement

Method
getLastErrorString()
getTempFilePath ({dirname})
isDirectory(dirname)
makePathFromDirAndFile(dirname,
plainFilename)
open(docname, bWrite)
Data type
Notes
none
If the last call to a method in a Files
object resulted in an error, returns a
string that describes the error. If the last
call succeeded, returns
string
The argument, if used, must be
expressed as file://URL. Returns a
file URL in the Temporary Files
directory or in the specified directory.
This method does not create a file; it
simply returns a unique file URL that
does not conflict with existing files in
the directory. If
not
indicates a file in the specified directory
rather than in the Temporary
Files directory.
string
The argument must be expressed as
file://URL. Returns
URL refers to a directory that exists;
false
string, string
The first argument must be expressed
as file://URL. Concatenates the two
arguments to return a file URL that
references the specified filename in the
specified directory. For example,
Files.makePathFromDirAndFile("file:/
//work/reports", "logo.png")
"file:///work/reports/logo.png".
string, Boolean
The first argument must be expressed
as file://URL. Opens the specified file
for reading or writing. If the second
argument is
writing; otherwise it opens for reading. If
the file cannot be opened, returns
otherwise, returns a File Reference
object.
null
is passed and is
dirname
, the URL that is returned
null
if the specified
true
otherwise.
, the file opens for
true
Core objects
.
returns
;
null
21

Advertisement

Table of Contents
loading
Need help?

Need help?

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

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Fireworks 8

Table of Contents