joinPath abstract method

Future<Result<String, FileError>> joinPath(
  1. List<String> parts
)

Joins path segments in the filesystem namespace without requiring the result to exist.

Implementation

Future<Result<String, FileError>> joinPath(List<String> parts);