Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Dltk-dev] Get child folders of IScriptFolder

Hi all,

sorry if this is a real basic question, but i couldn't find a way to do this:

I have an instance of an IScriptFolder, which contains both ISourceModules and other IScriptFolders.

The getChildren() method only returns the SourceModules, but i need to get further down into the subfolders.

How is this intended to be implemented ?


thanks !

-robert


Back to the top