hi could anybody tell me how, in the module manifest file in the following array i would copy a file to the base file of sugar, ie the folder with the config files ect.

i have the following

Code:
				array('from'    => '<basepath>/basefiles',
                      'to'      => '../modules',
                ),
but this does not seem to actually copy the files to the folder?