FilenNme Property (AApp)

Returns the project file name.

Syntax

[ sFileName = ] Object.FileName

The Filename property syntax has the following parts:

 

Name

Type

Description

Object

AApp

AApp object

sFileName

BString

A string specifying the project filename

Comments

The return value contains the file path as entered by the user in design time. No conversion to absolute file path or replacement of path variables used is done.

Example

The following statement shows how to retrieve the project name of this document:

sApp1Filename = app1.FileName

Applies to

AApp

See Also

Name