copy

  1. Minapps

    How to copy an image from App to external storage Unity Android?

    How can I copy an image from my app to external storage with Unity Android ? I want to store an image in my app, and when the user clicks on a button it appears in the external storage. I found that I can use StreamingAssets or persistentDataPath but it looks like I can only read files from...
  2. G

    Copy files and folders - UI is unresponsive

    Hello, part of the program which I'm working on should copy all files and folders from the selected path to the destination path (do a backup). And this the code being used: foreach (string dirPath in Directory.GetDirectories(from_directory, "*", SearchOption.AllDirectories))...
  3. B

    Question Copy a Table from Excel, Paste in Powerpoint and keep Formatting

    Hello i am new on this forum I am Baiocchi from Italy. I have a problem, I am developing in c# a program that Copy a Table from Excel, Paste in Powerpoint and keep Formatting I am using this code to paste the table but sometimes it doesn't keep formatting Slide currentSlide...
Back
Top Bottom