copy files to an android

Robert 0 Reputation points
2023-02-08T19:17:09.0366667+00:00

I want to be able to copy files to or from windows 10 to an android. I want to develop in C# or VB.NET. I want to be able to copy from an application I develop form either a window form application or a windows console application. I have googled looking for code and found nothing or sort-of code but nothing that works.

Thank you.

Developer technologies | VB
Developer technologies | C#
{count} votes

1 answer

Sort by: Most helpful
  1. Castorix31 90,686 Reputation points
    2023-02-09T08:57:55.1566667+00:00

    I have googled looking for code and found nothing or sort-of code but nothing that works.

    The code I had posted still works (re-tested on Windows 10 22H2) :

    C# transfer file from Android device to pc using c#

    (same code for the reverse, by using FOS_PICKFOLDERS for Android destination folder, returned IShellItem in fileDialog.ShellItem)

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.