Joins path segments in the filesystem namespace without requiring the result to exist.
@override Future<Result<String, FileError>> joinPath(List<String> parts) => _fs.joinPath(parts);