Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 550 Bytes

File metadata and controls

20 lines (12 loc) · 550 Bytes

fl.configDirectory

Availability

Flash MX 2004.

Usage

fl.configDirectory

Description

Read-only property; a string that specifies the full path for the local user’s Configuration directory in a platform- specific format. To specify this path as a file:/// URI, which is not platform-specific, use fl.configURI.

Example

The following example displays the Configuration directory in the Output panel:

fl.trace("My local configuration directory is " + fl.configDirectory);