'c:/foo/bar' is a sub path of 'c:/foo'
'c:/foo/bar/qux' is a sub path of 'c:/foo'
'c:/foo' is NOT a sub path of 'c:/foo/bar'
'c:/FOO/bar' is NOT a sub path of 'C:/foo'
'c:\foo\bar' is a sub path of 'c:\foo'
'c:/foo' is a sub path of 'c:'
'c:/foo/bar' is a sub path of 'c:/foo/'
'c:/foo/bar/' is a sub path of 'c:/foo'
'c:/foo/bar' is NOT a sub path of 'c:/foo/bar'
'd:/foo/bar' is NOT a sub path of 'c:/foo'
'c:/foo/.bar' is a sub path of 'c:/foo'
'c:/foo/../foo/bar' is a sub path of 'c:/foo'