SaveToFile(string)
Method in Project
Summary
Saves a Project as JSON-formatted text to a file on disk.
public void SaveToFile(string path);
Parameters
Name
Description
string
path
The path of the file to write to.
Last updated
Was this helpful?