:: com :: sun :: star :: setup ::

struct CopyFileAction
Base Hierarchy
BaseAction
 |
 +-CopyFileAction
[ DEPRECATED ]

Elements' Summary
strSourceFilename
strDestinationFilename
bUnoComponent
bActiveX
bOverwrite
aDateTime
nRights
Elements' Details
strSourceFilename
string strSourceFilename;
strDestinationFilename
string strDestinationFilename;
bUnoComponent
boolean bUnoComponent;
bActiveX
boolean bActiveX;
bOverwrite
boolean bOverwrite;
aDateTime
::com::sun::star::util::DateTime aDateTime;
nRights
long nRights;
Top of Page