Description:
Synchronize a local path onto a sequence of nodes.
Syntax:
syncfile(hs,p)
Note:
The function synchronizes local path p onto a node sequence of hs, during which the old files are replaced.
Parameter:
hs |
A node sequence. |
p |
A local path. |
Return value:
Boolean
Example:
|
A |
|
1 |
=syncfile(["192.168.31.165:8281","192.168.31.39:8281"],"D:/f1") |
Sync the local path D:/f1 onto the node sequence ["192.168.31.165:8281","192.168.31.39:8281"]. |