31 Jan
2002
31 Jan
'02
10:21 a.m.
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