For the complete documentation index, see llms.txt. This page is also available as Markdown.

LoadFromFile(string)

Method in Project

Summary

Loads and parses a Project from a file on disk.

public static Project LoadFromFile(string path)

Parameters

Name
Description

string path

The path to the file to load.

Returns

The loaded Project .

Last updated

Was this helpful?