The Source Control Integration API > The source control integration API required functions > SCS_Get() |
Description
Gets a list of files or folders and stores them locally.
Arguments
connectionData, remotePathList, localPathList, numItems
connectionData is a pointer to the agent's data that was passed into Dreamweaver during the Connect() call. |
|
remotePathList is a list of fully qualified remote file or folder paths to get. |
|
localPathList is a mirrored list of fully qualified local file or folder paths. |
|
numItems is the number of items in each list. |
Returns
true if successful, false if not.