Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Copy files on create specific folder


Go to End


858 Views

Avatar
dacar

Community Member, 173 Posts

12 June 2012 at 3:50am

Hi, i am trying to copy some files on creating a new folder with the asset manager. But i am not sure where to start? I have registered Object::add_extension('AssetAdmin', 'AnlagenAssets'); in _config.php and tried to decorate theDO (class AnlagenAssets extends DataObjectDecorator).

But how do i have to hack the addfolder() function and start an after write action? Hope anybody can help?

Greetings, Carsten.