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 delimiter. Maybe you meant foldername = string.join(string.spl

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)?