MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Reference page 51

Dreamweaver api reference
Table of Contents

Advertisement

Returns
A Boolean value:
true
argument receives the local drive path.
drivePathBuf
FileHandle OpenNotesFile()
Description
This function opens the Design Notes file that is associated with the specified file or creates
one if none exists.
Arguments
const char* localFileURL, {BOOL bForceCreate}
The
localFileURL
the path to the main file with which the Design Notes file is associated.
The
bForceCreate
Design Notes file even if Design Notes is turned off for the site or if the path specified by
the
localFileURL
FileHandle OpenNotesFilewithOpenFlags()
Description
This function opens the Design Notes file that is associated with the specified file or creates
one if none exists. You can open the file in read-only mode.
Arguments
const char* localFileURL, {BOOL bForceCreate}, {BOOL bReadOnly}
The
localFileURL
the path to the main file with which the Design Notes file is associated.
The
bForceCreate
Design Notes file even if Design Notes are turned off for the site or the path is not
associated with any site. The default value is
need to specify it if you specify the third argument.
The
argument, which is optional, is a Boolean value that indicates whether to
bReadOnly
open the file in read-only mode. The default value is
argument starting in version 2 of the MMNotes.dll file.
bReadOnly
indicates the operation is successful;
argument, which is expressed as a file:// URL, is a string that contains
argument is a Boolean value that indicates whether to create the
argument is not associated with any site.
argument, which is expressed as a file:// URL, is a string that contains
argument is a Boolean value that indicates whether to create the
otherwise. The
false
. This argument is optional, but you
false
. You can specify the
false
The Design Notes C API
51

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