[Zope] Creating Folder and files inside

andres@corrada.com andres@corrada.com
Fri, 23 Jun 2000 23:38:13 -0400


On Thu, Jun 22, 2000 at 07:57:10PM -0500, Nestor A. Diaz L. wrote:
> Hi, i have a code that creates a folder, but how can i 
> 
> identificador have the name to the new folder, i create the folder with
> the following:
> 
> <dtml-call expr=""dataArchive.manage_addFolder(id=identificador)">
> 
> ok, it creates but i need to create a file inside this folder, how can i
> make that? how can i get this object by its name "identificador" ?
> 

Nestor,

Try dataArchive.identificador. I mean by that that if originally you had
identificador='Carpeta' then dataArchive.Carpeta will get you the object.

------------------------------------------------------
Andres Corrada-Emmanuel   Email: andres@corrada.com
------------------------------------------------------