FileBrowser.createDir

Availability

Flash Player 7

Usage

FileBrowser.createDir( name:String )

Parameters

name - String; the name of the directory to be created

Returns

Nothing.

Description

Method; Creates a directory on the server inside the current directory. When the 'dirCreate' control button is clicked the component will use the text string inserted inside the path text field as the name of the new directory.

Example

The following example will create a directory named 'test' on the server.

myFileBrowser.createDir("test");