public func open(mode: OpenFileMode) throws -> Open<FilePath> {
        return try open(options: OpenOptions(mode: mode))
    }