Previous Topic: getResourceAvailNext Topic: getResourceTotal


getResourceName

The getResourceName function returns an array of strings containing the names of the resources inside a resources object.

Syntax

resourceNames = getResourceNames(resourcePath)

Arguments

resourcePath (String)

Specifies the path of the resource object.

Return Value

resourceNames (String Array)

Array of resource names contained in the specified resources object.

Example

resourceNames = getResourceNames("/Resources/Locks");