Description
String. Sets or returns the name of a specified file or folder.
Syntax
folder.name
Example
f = new Folder("c:\\demo"); trace(f.name); //output: demo