ExplorerTree Help File

ExplorerTree Help File

Plugin Name:

ExplorerTree

Current Version:

1.0.0.0

Licence:

Freeware

Author:

Dean Hall (AKA) RizlaUK

Web:

www.luadevils.com

E-mail:

rizlauk@luadevils.com


Table of Contents

ExplorerTree.SetPath
ExplorerTree.GetPath
ExplorerTree.SetPattern
ExplorerTree.DropFilesAccept

ExplorerTree.SetPath


ExplorerTree.SetPath ( 

(string) ObjectName,

(string) Path )

Description

Sets the currently displayed directory.

Parameters

ObjectName

(string) The name of the object.

Path

(string) The full path to the directory to display.

Returns

This action dose not return any value.


ExplorerTree.GetPath


(string) ExplorerTree.GetPath ( 

(string) ObjectName )

Description

Gets the full path to the currently selected directory or file.

Parameters

ObjectName

(string) The name of the object.

Returns

(string) The full path to the currently selected directory or file, if any error a blank string ("") is returned.


ExplorerTree.SetPattern


ExplorerTree.SetPattern ( 

(string) ObjectName,

(string) Pattern )

Description

Sets the currently displayed file pattern.

Parameters

ObjectName

(string) The name of the object.

Pattern

(string) The file pattern/s to display (EG: "*.txt;*.lua")

Returns

This action dose not return any value.


ExplorerTree.DropFilesAccept


ExplorerTree.DropFilesAccept ( 

(string) ObjectName,

(boolean) Enable )

Description

Enablers the user to drop a file onto the object.

Parameters

ObjectName

(string) The name of the object.

Enable

(boolean) True to enable file drop, false to disable it.

Returns

This action dose not return any value.




This File Was Generated With AMS ActionFile Editor