The getResourceName function returns an array of strings containing the names of the resources inside a resources object.
Syntax
resourceNames = getResourceNames(resourcePath)
Arguments
Specifies the path of the resource object.
Return Value
Array of resource names contained in the specified resources object.
Example
resourceNames = getResourceNames("/Resources/Locks");
|
Copyright © 2014 CA.
All rights reserved.
|
|