Hi, 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. Regards, Paul.
What about trying it out yourself? -aj --On Dienstag, 18. Februar 2003 11:20 +0530 Paul Naveen Raj Jeyaraj <Paul_Jeyaraj@infosys.com> wrote:
Hi,
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.
Regards, Paul.
-- --------------------------------------------------------------------- - Andreas Jung http://www.andreas-jung.com - - EMail: andreas at andreas-jung.com - - "Life is too short to (re)write parsers" - ---------------------------------------------------------------------
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
participants (3)
-
Andreas Jung -
J Cameron Cooper -
Paul Naveen Raj Jeyaraj