AbanteCart Community

AbanteCart Development => Development Help Needed => Topic started by: yonghan79 on December 06, 2023, 11:47:00 AM

Title: Copy or move files under extension to a new location during upgrading extension
Post by: yonghan79 on December 06, 2023, 11:47:00 AM
Hi core devs,

I have a folder that contains uploaded files that was placed under extension folder (extension_name/files), and i want to move the folder and files to a new location (under image folder) during upgrading the extension.

But when i try to upgrade the extension, i found out that the folder is removed.

Is there a way to copy the file and the folder to a new location during the upgrade routine so they are not removed?

Thanks
Title: Re: Copy or move files under extension to a new location during upgrading extension
Post by: abolabo on December 07, 2023, 04:46:38 AM
Quote
But when i try to upgrade the extension

please clarify how you did this. i mean how you did upgrade of extension.
Title: Re: Copy or move files under extension to a new location during upgrading extension
Post by: yonghan79 on December 07, 2023, 04:53:53 AM
i create an upgrade.php file and add it in the config file like this:

Code: [Select]

<upgrade>
  <trigger>upgrade.php</trigger>
</upgrade>