[Zope] Query on LocalFileSystem objects.
J Cameron Cooper
jccooper@jcameroncooper.com
Tue, 18 Feb 2003 17:42:43 -0600
Paul Naveen Raj Jeyaraj wrote:
> What is the meta_type for objects that are stored under a Local File
> System object? Also how do I get the URL of the files stored?(anything
> like <dtml-var absolute_url> available)? Please help.
LocalFS wraps all the file types that is knows about in the proper Zope
object. It's really easy to find out: make one, load up some files, and
mouse over the resulting icons. Or write a script that calls 'meta_type'
on the contents.
Fetching the URL for files wrapped in a LocalFS should behave the same
as for any object in a folder.
--jcc