The UpdateFileStructureInfo function provides information about synchronizing a client's file structure with a file structure of the server.
|
Syntax | |||||
|
UpdateFileStructureInfo(ServerPath, ClientPath [, NoRemove] [, NoRecursiveSearch]) | |||||
|
Return value | |||||
|
Type |
Description | ||||
|
Long |
0 if the function could be successfully executed. | ||||
|
Parameter | |||||
|
Use |
Name |
Type |
Passing |
Description | |
|
Required |
ServerPath |
String |
ByVal |
Path to a directory of the server | |
|
Required |
ClientPath |
String |
ByVal |
Path to a client directory | |
|
Required |
FilesToCreate |
Long |
ByRef |
Number of files new to be copied | |
|
Required |
FilesToUpdate |
Long |
ByRef |
Number of files to be updated | |
|
Required |
FilesToRemove |
Long |
ByRef |
Number of files to be deleted | |
|
Optional |
NoRecursiveSearch |
Boolean |
ByVal |
True: Only the files are synchronized, but no Child directories | |