Parent Property (AAppFolder)

Returns the parent folder.

Syntax

[ appFolder = ] Object.Parent

The Parent property syntax has the following parts:

 

Name

Type

Description

Object

AAppFolder

AAppFolder object

appFolder

AAppFolder

App Folder object to which current folder belongs.

Comments

The very top level folder returns Parent property Nothing.

Example

print fld.Parent.Name

Applies to

AAppFolder

See Also