Required Instance Methodtuist.filesystem 0.7.9FileSystem

readPlistFile(at:)

Reads a property list file at a given path, and decodes it into the provided decodable type.

FileSystem.swift:169
func readPlistFile<T>(at: AbsolutePath) async throws -> T where T : Decodable

Parameters

at

The path to the property list file.

Returns

The decoded structure.