Collection to add and remove paths.
Add | Adds a new element to the collection. Must be the full path to the file. |
Remove | Removes an element from the collection given a filename. |
RemoveAll | Removes all elements from the collection. |
RemoveAt | Removes an element from the collection using specified index. |