Return to Snippet

Revision: 4660
at January 14, 2008 22:51 by sgraber


Initial Code
#The objectValues() method returns a list of objects contained in a folder. 
# If the context happens not to be a folder, nothing is returned

objs = context.objectValues()

Initial URL
http://www.plope.com/Books/2_7Edition/BasicScripting.stx

Initial Description


Initial Title
Get All Objects in a Folder

Initial Tags
python

Initial Language
Python