All Frameworks  Object Hierarchy  This Framework  Indexes   

Folder (Object)

Represents the folder object.
It allows you to manipulate folders and gives access to information about them.

Property Index

Files
Returns the file collection of the folder.
SubFolders
Returns the folder collection of the folder.

Properties


o Property Files() As (Read Only)
Returns the file collection of the folder.
Example:
This example retrieves in TestFiles the file collection of the folder TestFolder.
 Dim TestFiles As Files
 Set TestFiles = TestFolder.Files
 
o Property SubFolders() As (Read Only)
Returns the folder collection of the folder.
Example:
This example retrieves in TestSubFolders the folder colection of the folder TestFolder.
 Dim TestSubFolders As CATIAFolders
 Set TestSubFolders = TestFolder.SubFolders
 

Copyright © 2003, Dassault Systèmes. All rights reserved.