Re: [Zope] File referencing and LocalFS

2000-07-05 Thread Jonothan Farr
> 1)Folders names are directly related to string fields > in a MySQL database which use spaces between words (eg > New York), but folders names don't use spaces (eg > NewYork). How can I skip spaces from database fields to > make them refer to these folders (eg New York --> > NewYork)? _.string.r

RE: [Zope] File referencing and LocalFS

2000-07-05 Thread Spicklemire, Jerry
Hi Marco, From: Marco Mariani [mailto:[EMAIL PROTECTED]] Subject: Re: [Zope] File referencing and LocalFS >> >> foldername = string.join(colname, '') >> >> using a "blank" ('') between each string, in other words, with no d

Re: [Zope] File referencing and LocalFS

2000-07-05 Thread Dieter Maurer
Rogerio Atem de Carvalho writes: > I am using LocalFS to refer to a directory structure > like this: > > folder1 > | > folder11 > > There are image (.jpg) files in both folders. I have > two questions about this: > > 1)Folders names are directly related to string fields