ddCatRefresh
ddCatRefresh(
b_catFiles
)
=> t / nil
Description
Given the DD ID of a category file, this function will purge the in-memory copy of the file and read it in again from disk. This will update the in-memory copy. Refresh is allowed only if the category was opened in read mode.
Arguments
Value Returned
Example
catId = ddCatOpen(libId, "mycat.Cat" "r")
ddCatRefresh(catId)
Return to top