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

struct CopyFileAction
Base Hierarchy
::com::sun::star::setup::BaseAction
 |
 +-CopyFileAction
Usage Restrictions
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