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 NameDescriptionstring pathThe path of the file to write to.