FileBrowser.dirFilter

Availability

Flash Player 7

Usage

FileBrowser.dirFilter:Array

Description

Property; the names of the directories that will not be shown inside the directory list. The default value is ["_thumb"]

Example

The following code will change the dirFilter property:

myFileBrowser.dirFilter = ["_thumbnails"];