public void SaveStage() { string dir = Path.Combine(FileLoader.StageDir.FullName, directory); stage_info.WriteJSON(Path.Combine(dir, filename)); }