Flash MX 2004.
fl.configDirectory
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.
The following example displays the Configuration directory in the Output panel:
fl.trace("My local configuration directory is " + fl.configDirectory);