Álvaro García
Álvaro García

Reputation: 19396

Is it possible to get a file from a shared folder in a windows 10 computer?

I would like to know how I could copy a file from a computer to the local folder, edit them and later copy this file to the computer to update it.

If it is possible, how could I do it?

Thanks.

Upvotes: 0

Views: 69

Answers (1)

TheOliver
TheOliver

Reputation: 120

If you use the Standard File Open-Dialog, you get the handle for the StorageFile and then you can do everything.

Upvotes: 1

Related Questions