[Zope] Creating folders in LocalFS

2000-07-17 Thread Aaron Williamson
I have a LocalFS object within a directory, and in the same directory I have a method which I want to use (among other things) to create new folders within the LocalFS object, which is called "pictures." If I try pictures.manage_addFolder(id) the folder gets stuck in the directory it is called fr

[Zope] Creating folders in LocalFS

2000-07-17 Thread Dan L. Pierson
Aaron Williamson writes: > I have a LocalFS object within a directory, and in the same directory I > have a method which I want to use (among other things) to create new > folders within the LocalFS object, which is called "pictures." If I try > pictures.manage_addFolder(id) the folder gets s

Re: [Zope] Creating folders in LocalFS

2000-07-17 Thread Chris Withers
"Dan L. Pierson" wrote: > Folder creation isn't really supported in LocalFS at the moment. Very > low level support is there (module function _save_Folder) but it's not > intended to be called externally and there doesn't seem to be any path > to call it. There is certainly not a local definitio

Re: [Zope] Creating folders in LocalFS

2000-07-19 Thread Jonothan Farr
> Folder creation isn't really supported in LocalFS at the moment. Very > low level support is there (module function _save_Folder) but it's not > intended to be called externally and there doesn't seem to be any path > to call it. There is certainly not a local definition of > manage_addFold