jay_t55
jay_t55

Reputation: 11662

Creating, Reading from and Deleting Local Files

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

Answers (1)

brunnerh
brunnerh

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

Related Questions