- Home /
Will System.IO.File work on Macs
In my game, I save some data into folders and files. If I use methods like File.Exists() or File.Create(), will it work on a Mac? What about OpenFileDialogue?
Comment
Answer by Velocitys · Apr 09, 2018 at 08:59 AM
https://docs.unity3d.com/ScriptReference/Windows.File.html
"This is an alternative for System.IO.File class. Note: this class is only available when targeting Universal Windows Platform."
Your answer
Follow this Question
Related Questions
File.Move wont work , error. IOException: Win32 IO returned ERROR_ALREADY_EXISTS. Path: 1 Answer
System.IO.File does not contain a definition for 'WriteAllLines' 1 Answer
Save on FileStream using WriteLine 0 Answers
Open galley for ios 0 Answers
Could not load file or assembly 'nunit.core.interfaces (Unity 5.3 and 5.4 only) 0 Answers