FileBrowser.rootDir

Availability

Flash Player 7

Usage

FileBrowser.rootDir:String

Description

Property; a relative path to the file root directory from the main file browser directory. The default value is "imgRoot/"

Example

The following example will change the rootDir parameter:

myFileBrowser.rootDir = "myUploadedFiles/";