Welcome
ExplorerTree
1.0.0.0
Freeware
Dean Hall (AKA) RizlaUK
www.luadevils.com
rizlauk@luadevils.com
ExplorerTree.SetPath
ExplorerTree.GetPath
ExplorerTree.SetPattern
ExplorerTree.DropFilesAccept
ExplorerTree.SetPath ( | (string) ObjectName, (string) Path ) |
Sets the currently displayed directory.
(string) The name of the object.
(string) The full path to the directory to display.
This action dose not return any value.
(string) ExplorerTree.GetPath ( | (string) ObjectName ) |
Gets the full path to the currently selected directory or file.
(string) The name of the object.
(string) The full path to the currently selected directory or file, if any error a blank string ("") is returned.
ExplorerTree.SetPattern ( | (string) ObjectName, (string) Pattern ) |
Sets the currently displayed file pattern.
(string) The name of the object.
(string) The file pattern/s to display (EG: "*.txt;*.lua")
This action dose not return any value.
ExplorerTree.DropFilesAccept ( | (string) ObjectName, (boolean) Enable ) |
Enablers the user to drop a file onto the object.
(string) The name of the object.
(boolean) True to enable file drop, false to disable it.
This action dose not return any value.
This File Was Generated With AMS ActionFile Editor