struct CopyFileAction in module com::sun::star::setup::

(Global Index)

Syntax

struct CopyFileAction : com::sun::star::setup::BaseAction ;

Field Summary

strSourceFilename

strDestinationFilename

bUnoComponent

bActiveX

bOverwrite

aDateTime

nRights

Field Details



strSourceFilename

Syntax

string strSourceFilename;

strDestinationFilename

Syntax

string strDestinationFilename;

bUnoComponent

Syntax

boolean bUnoComponent;

bActiveX

Syntax

boolean bActiveX;

bOverwrite

Syntax

boolean bOverwrite;

aDateTime

Syntax

com::sun::star::util::DateTime aDateTime;

nRights

Syntax

long nRights;
Top of Page