Sure...
you need to have your external method access the
file system 'folder/directory' and then read each file in the folder to get the
contents of the files.
Some zope methods that may be of use (check the
zope book):
To create a folder within the zodb:
manage_addFolder
To add objects to the folder (you need to determine
which objects you want to add):
manage_addFile
manage_addImage
manage_addDocument
manage_addDTMLMethod
hth
Jonathan
----- Original Message -----
Sent: Wednesday, January 25, 2006 7:17
AM
Subject: [Zope] add folder from the
filesystem
Is there a way to add a folder with its contents from the
filesystem into Zope using an external method?
thx in advance@!
_______________________________________________
Zope maillist
- Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**
No cross posts or HTML encoding! **
(Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev
)