FvFileChooserModel is the model part of the MVC Design pattern implemented in FvFileChooser.
All datas are buffered with FvFileChooserBuffer buffer system
new FvFileChooserModel()
public function FvFileChooserModel()
Constructor.
public function getList(path:String):Void
Checks for a new listing.
Uses the model cache if path is in.
public function rescan(path:String):Void
public function retreiveList(id:String):Void
Retreives list in model cache.
id
public function getParent():Void
Returns to parent directory
public function getHome():Void
Returns to home directory