Function: resourcesListRemovePath()
resourcesListRemovePath(
resources,path):boolean
Defined in: src/common/web/data/entities/resource/ResourceUtils.ts:172
Removes a path from a resources list.
Parameters
resources
The resources list to search in.
path
string
The path to search for.
Returns
boolean
- Whether the path was removed.