The UpdateFileStructure function synchronizes a client's file structure with a server file structure.
Syntax | |||||
UpdateFileStructure(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 | |
Optional |
NoRemove |
Boolean |
ByVal |
If a file is present with the client but not with the server this file is not removed | |
Optional |
NoRecursiveSearch |
Boolean |
ByVal |
True: Only the files are synchronized, but no Child directories | |