Search found 1 match

by Digital Wizards
Mon Nov 04, 2019 6:20 pm
Forum: General Discussion
Topic: Can't save on D drive
Replies: 1
Views: 1118

Can't save on D drive

I'm doing a tool, and I need to save to any computer drive (PC) string path = "D:/Test.csv"; ES3Spreadsheet sheet = new ES3Spreadsheet(); sheet.Load(path); if (sheet == null) Debug.Log("sheet == null"); for (int col = 0; col < sheet.ColumnCount; col++) Debug.Log(sheet.GetCell<str...