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 (../flash_object_(fl)/fl13.md).
#### Example
The following example displays the Configuration directory in the Output panel:
javascript
fl.trace("My local configuration directory is " + fl.configDirectory);