Top   Module   Use   Manual   Index 

com :: sun :: star :: ucb ::

enum TransferCommandOperation


Description
These are the possible values for GlobalTransferCommandArgument::Operation .


Values

COPY
Description
Copy the source to the target folder.
MOVE
Description
Move the source to the target folder.
LINK
Description
Create a link in the target folder. The link's target is the source object.
Top of Page