User Guide
The Source Control Integration API required functions 123
■ The numItems argument is the number of items that are allocated for the itemList
(returned from
GetFolderListLength).
Returns
A Boolean value: true if successful; false otherwise.
bool SCS_Get()
Description
This function gets a list of files or folders and stores them locally.
Arguments
void *connectionData, const char *remotePathList[], const char
*localPathList[], 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 the remote files or folders to retrieve, which is
specified as complete paths and names.
■ The localPathList argument is a mirrored list of local filenames or folder paths.
■ The numItems argument is the number of items in each list.
Returns
A Boolean value: true if successful; false otherwise.
hour
int Hour component of modification date 0-23
minutes
int Minute component of modification date 0-59
seconds
int Second component of modification date 0-59
type
char[256] Type of file (if not set by DLL, Dreamweaver uses file
extensions to determine type, as it does now)
size
int In bytes
name char[256] Name of file or folder
000_DW_API_Print.book Page 123 Wednesday, July 20, 2005 11:58 AM