IFoldersComponentCopy link to this sectionLink to this section copied!

The interface allows you to access all the folders in the current project.

DeclarationCopy link to this sectionLink to this section copied!

IFolderComponent : IDispatch

PropertiesCopy link to this sectionLink to this section copied!

Array<IFolder> Folders - Gets all the folders in a project in an array with elements of type IFolder. Every element represents a folder added in the project. To access system defined folders use IPredefinedFolders interface.

MethodsCopy link to this sectionLink to this section copied!

FindFolderByPath(String path) - Returns an IFolder object if the specified path matches a directory from the project.

Ifolderscomponent