ScanResourceRoot
DocsScanResourceRoot(rootPath, callback)Description
Scans the resources in the specified resource root. This function is only available in the 'monitor mode' process and is
not available for user resources.
Parameters
| Name | Type | Description |
|---|---|---|
rootPath | char* | The resource directory to scan. |
callback | func | A callback that will receive an object with results. |
Returns
voidThis native does not return a value.