Smv
Note: This is the print view with all the Reference Manual pages on one page. The paginated version is available here, if you prefer that.
details on the Smv actor
1. About
about the Smv actor
This actor is built to mimic the command line Smv utility, which is used to move an Object in SRB from one location to another.
2. Parameters
details on the actor's parameters
name | type | description |
---|---|---|
server id | int | ID of the SRB Server actor to use for this actor |
overwrite existing files | string | If an Object is moved to a location that already exists, this defines whether the actor should overwrite the existing file or if it should throw an error. |
3. Input Ports
details on the Input Ports of this actor
name | type | description |
---|---|---|
source | string | the path of the Object that is being moved |
target | string | the path to the new location of the object, can be a directory or a file |
4. Output Ports
Details on this actors output ports
name | type | description |
---|---|---|
new file name | string | the path of the new file name, should match the value passed to the target input port. |
success | boolean | true if the move was successful, otherwise false. |