Adobe 38040334 - Dreamweaver CS3 User Manual page 95

Api reference
Hide thumbs Also See for 38040334 - Dreamweaver CS3:
Table of Contents

Advertisement

• The
connectionData
call.
Connect()
• The
argument is the full path of the remote folder that the DLL creates.
remotePath
Returns
A Boolean value:
if successful;
true
bool SCS_Delete()
Description
This function deletes a list of files or folders from the source control system.
Arguments
void *connectionData, const char *remotePathList[], const int numItems
• The
connectionData
call.
Connect()
• The
remotePathList
• The
argument is the number of items in
numItems
Returns
A Boolean value:
if successful;
true
bool SCS_Rename()
Description
This function renames or moves a file or folder, depending on the values that are specified for
. For example, if
newRemotePath
"$/folder1/renamefile1"
If
equals
oldRemotePath
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
• The
connectionData
call.
Connect()
• The
argument is a remote file or folder path to rename.
oldRemotePath
• The
argument is the remote path of the new name for the file or folder.
newRemotePath
Returns
A Boolean value:
if successful;
true
argument is a pointer to the agent's data that passed into Dreamweaver during the
otherwise.
false
argument is a pointer to the agent's data that passed into Dreamweaver during the
argument is a list of remote filenames or folder paths to delete.
otherwise.
false
equals
oldRemotePath
, file1 is renamed renamefile1 and is located in folder1.
and
"$/folder1/file1"
*
const char
oldRemotePath
argument is a pointer to the agent's data that passed into Dreamweaver during the
otherwise.
false
.
remotePathList
"$/folder1/file1"
equals
newRemotePath
"$/folder1/subfolder1/file1"
,
*
const char
newRemotePath
DREAMWEAVER CS3
oldRemotePath
and
equals
newRemotePath
90
API Reference
and
,

Advertisement

Table of Contents
loading

This manual is also suitable for:

Dreamweaver cs3

Table of Contents