Project.SaveToFile(string)

Method in Project

Summary

Saves a Project as JSON-formatted text to a file on disk.

public void SaveToFile(string path);

Parameters

NameDescription
string pathThe path of the file to write to.