The Source Control Integration API required functions
125
Arguments
void *connectionData
,
const char
*
remotePathList[]
,
const int numItems
■
The
connectionData
argument is a pointer to the agent’s data that passed into
Dreamweaver during the
Connect()
call.
■
The
remotePathList
argument is a list of remote filenames or folder paths to delete.
■
The
numItems
argument is the number of items in
remotePathList
.
Returns
A Boolean value:
true
if successful;
false
otherwise.
bool SCS_Rename()
Description
This function renames or moves a file or folder, depending on the values that are specified for
oldRemotePath
and
newRemotePath
. For example, if
oldRemotePath
equals
"$/folder1/
file1"
and
newRemotePath
equals
"$/folder1/renamefile1"
, file1 is renamed
renamefile1 and is located in folder1.
If
oldRemotePath
equals
"$/folder1/file1"
and
newRemotePath
equals
"$/folder1/
subfolder1/file1"
, file1 is moved to the subfolder1 folder.
To find out if an invocation of this function is a move or a rename, check the parent paths of
the two input values; if they are the same, the operation is a rename.
Arguments
void *connectionData
,
const char
*
oldRemotePath
,
const char
*
newRemotePath
■
The
connectionData
argument is a pointer to the agent’s data that passed into
Dreamweaver during the
Connect()
call.
■
The
oldRemotePath
argument is a remote file or folder path to rename.
■
The
newRemotePath
argument is the remote path of the new name for the file or folder.
Returns
A Boolean value:
true
if successful;
false
otherwise.
000_DW_API_Print.book Page 125 Wednesday, July 20, 2005 11:58 AM
Summary of Contents for DREAMWEAVER 8-DREAMWEAVER API
Page 1: ...Dreamweaver API Reference...
Page 16: ......
Page 28: ...28 The File I O API...
Page 38: ...38 The HTTP API...
Page 68: ...68 Flash Integration...
Page 100: ...100 The Database API...
Page 116: ...116 The JavaBeans API...
Page 144: ...144 The Source Control Integration API...
Page 146: ......
Page 254: ...254 Workspace...
Page 298: ...298 Site...
Page 354: ...354 Document...
Page 396: ...396 Page Content...
Page 488: ...488 Design...
Page 550: ...550 Code...