diff --git a/product/ERP5/skins/erp5_core/Folder_search.py b/product/ERP5/skins/erp5_core/Folder_search.py
new file mode 100755
index 0000000000000000000000000000000000000000..86b2ceff4bd662c03e873236a3ff0cd8e95be48d
--- /dev/null
+++ b/product/ERP5/skins/erp5_core/Folder_search.py
@@ -0,0 +1,11 @@
+## Script (Python) "Folder_search"
+##bind container=container
+##bind context=context
+##bind namespace=
+##bind script=script
+##bind subpath=traverse_subpath
+##parameters=form_id=''
+##title=Paste objects to a folder from the clipboard
+##
+REQUEST=context.REQUEST
+return getattr(context,form_id)(REQUEST)
diff --git a/product/ERP5/skins/erp5_core/folder_search.py b/product/ERP5/skins/erp5_core/folder_search.py
deleted file mode 100755
index 6c05656299365b30c8a960e477b1e93b765789f3..0000000000000000000000000000000000000000
--- a/product/ERP5/skins/erp5_core/folder_search.py
+++ /dev/null
@@ -1,5 +0,0 @@
-## Script (Python) "folder_paste"
-##title=Paste objects to a folder from the clipboard
-##parameters=form_id=''
-REQUEST=context.REQUEST
-return getattr(context,form_id)(REQUEST)
\ No newline at end of file