next up previous contents
Next: name Up: Properties Previous: drive   Contents

isRootFolder

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




Copyright ©2000-2010 Shanghai TopCMM Software Technologies. All Rights Reserved.