Search code examples
c#botframework

How to let bot Access User's PC Botframework SDK3 C#


I want to know how to let my bot access user's PC and do something. For example, I want to my bot create a CSV file and place it to user's PC.

I know it's not not safe. But I want to know whether it is possible to do like that in a safe way? like though another application? Or send a html table in the chat, then some software will catch it, change it to a CSV file in the local.


Solution

  • I want to know how to let my bot access user's PC and do something.

    That's hopefully not possible.

    Prepare your CSV and sent it as an attachment or a link