rewewrqfdefwds
rewewrqfdefwds

Reputation: 301

Windows 10 IoT File System

I am currently searching for a way to interact with external USB devices, such as hard drives or USB sticks.

I want to interact with the files on these USB devices from my apps.

Since it is .NetCore you can't use System.IO for that.

Any Ideas how to solve this ?

Upvotes: 0

Views: 2644

Answers (1)

Jonny Lin
Jonny Lin

Reputation: 787

Try using the KnownFolders in UWP API. Here's a sample

Upvotes: 4

Related Questions