Description
Boolean. Returns true if the specified folder is the root folder; false if it is not. Read-only.
Syntax
folder.isRootFolder
Example
f = new Folder("c:\\demo"); trace(f.isRootFolder); //output: false