| 64 | } |
| 65 | } |
| 66 | BOOL IsPathHidden(LPCWSTR path) |
| 67 | { |
| 68 | return Configuration && StringListContains(Configuration->HiddenPaths, path); |
| 69 | } |
| 70 | BOOL IsRegistryPathHidden(LPCWSTR path) |
| 71 | { |
| 72 | return Configuration && StringListContains(Configuration->HiddenRegistryPaths, path); |
no test coverage detected