Am I correct in understanding that as a result FilePath isn’t able to represent the distinction between /foo/bar/baz and /foo/bar/baz/? This is probably by design since it has been in swift-system for so long but that distinction does occasionally matter for things like command line arguments, for example in rsync (no comment on whether that’s a good thing).
11 Likes