[Zope] How to know all propertys of a "LocalFile instance" ?
   
    Terry
     
    terry@taipeitimes.com
       
    Thu, 31 Jan 2002 18:21:56 +0800
    
    
  
Dear All,
I had install "Local File System" product from jfarr.
But how do I know all the property of the "LocalFile instance"
In my Python Script (It work fine.) But, how do know all the propertys 
beside id, type
"images" is a Local File System under root ( / )
##########################
for i in script.images.fileIds():
    print '<li>',i.id,i.type
return printed
########################
Best Regards,
Terry