Is it possible to create an object of type Temporary Folder at or below the root level? I tried doing this via the ZMI but it isn't one of the object types that appears in the list. Is there another way of doing this? Any help would be greatly appreciated. Thanks. - Asad
----- Original Message ----- From: "Asad Habib" <ahabib@engin.umich.edu>
Is it possible to create an object of type Temporary Folder at or below the root level? I tried doing this via the ZMI but it isn't one of the object types that appears in the list. Is there another way of doing this? Any help would be greatly appreciated. Thanks.
Temporary Folder should appear in the drop-down list in your ZMI. If it doesn't, look in the installed product directory (in the ZMI: Control_Panel/Products) and see if 'TemporaryFolder' is listed as an installed product. If it is not listed you will have to install it yourself. HTH Jonathan
Asad Habib wrote at 2004-9-3 17:03 -0400:
Is it possible to create an object of type Temporary Folder at or below the root level? I tried doing this via the ZMI but it isn't one of the object types that appears in the list.
It is not in the list, because it is registered with "visibility=0" (see "Products/TemporaryFolder/__init__.py"). They can be created in a script as usual: destination.manage_addProduct['TemporaryFolder'].\ constructTemporaryFolder(id, ...) -- Dieter
participants (3)
-
Asad Habib -
Dieter Maurer -
Jonathan Hobbs