Showing 1 - 1 of 1 total. RSS Feed WordPress RSS Feed

On This Page:

  1. 1  File system tree root directory

    File system tree root directory

    The following example shows how you can set the initial directory for the Adobe AIR FileSystemTree control by setting the directory property to a File object, which in this case is the user documents direcotry.
    <mx:FileSystemTree id="tree"
    directory="{File.documentsDirectory}"
    width="100%" height="100%" />
    Showing 1 - 1 of 1 total. RSS Feed WordPress RSS Feed

    On This Page:

    1. 1  File system tree root directory