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?

Yes, it will work.

“This is an alternative for System.IO.File class. Note: this class is only available when targeting Universal Windows Platform.”