IFoldersComponent
The interface allows you to access all the folders in the current project.
Declaration
IFolderComponent : IDispatch
Properties
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.
Methods
FindFolderByPath(String path) - Returns an IFolder object if the specified path matches a directory from the project.