You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add extension methods for validating subdirectory relationships (#1753)
- Implement `IsSubPathOf` for `IFileInfo` and `IDirectoryInfo` to check if a directory or file is a subpath of a given parent directory.
This in preparation of refactoring.
0 commit comments