[Zope] Objects and atributes...
Dieter Maurer
dieter@handshake.de
Fri, 30 Mar 2001 22:39:42 +0200 (CEST)
After Dark writes:
> Hi, I need to remove a file from the project through the
> site.To add, I used "folder".addFile, and how can I do to
> delete a file and folder?
>
> And I can do it only with the root folders, how to solve it?
>
> Other doubt, how can I change the value of an atribute of an
> objetc? Like the title or id...
Looks like you should read some documentation....
* the Zope book
* the built-in Zope online help -> API reference -> ObjectManager
* maybe:
URL:http://www.dieter.handshake.de/pyprojects/zope/book/chap3.html
Dieter