Jump to content

rootsdigger05

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by rootsdigger05

  1. I re-read your code and now understand how it works. And implemented it for my phone file structure - BOOM! Worked PERFECTLY! Thank you! Thank you! Thank you!
  2. Ok, thanks for the clarification about the device name. However, I do not need to recurse through the entire file system for every .wav file. I only need to copy *.wav from one folder.
  3. Nine, thank you very much for posting a reply, but can you please explain exactly what your code does so that I might be able to adapt it to my situation/environment?
  4. Environment: Windows 10 laptop with connected Android phone (Android 11) I am trying to copy some .wav files from my connected Android phone: filecopy("This PC\Galaxy A42 5G\Phone\Android\data\com.Chillseekers.MiracleBox\files\*.wav", "C:\Users\BLAH\Documents\The Miracle Box\",$FC_OVERWRITE) but the source location is not recognized. How do I properly identify the source? Please note: I have already tried changing the save location of .wav files to sd card, but that functionality does not work in the app that creates the .wav files.
×
×
  • Create New...