int FileBrowser_Refresh (int panel, int control, int index);
Refreshes a section of the file browser to make sure that this section is the same as the state of the file system on disk.
Input | ||
Name | Type | Description |
panel | integer | The handle of the panel for the file browser. |
control | integer | The ID of the file browser. |
index | integer | The starting point of the refresh action. The descendants of the item at the specified index are refreshed. |
Name | Type | Description |
status | integer | Return value that indicates whether the function was successful. A negative number indicates that an error occurred. Call the GetGeneralErrorString toolbox function to get a descriptive error message. |