Reputation: 11662
In Windows 8, (for Desktop Apps - Not Metro), how would you go about creating files, writing to them and reading from them?
The following link provides no information about this: http://msdn.microsoft.com/en-us/library/windows/desktop/hh447209(v=vs.85).aspx
I know how to do it in Metro apps, but where's the documentation?
Upvotes: 0
Views: 70
Reputation: 185445
This sounds like you would have the full .NET framework at your disposal, the System.IO.File
class should help in that case.
Upvotes: 2