Add some more helper methods/properties to path representations.
- Retrieving a file's extension.
- Retrieving a file's name, less the extension.
- Comparison operators between paths.
- Path at index (i.e. a/b/c with PathAtIndex(1) would return 'b').
- Contains directory
- Is in directory
Add some more helper methods/properties to path representations.