0

MatchFiles on a different drive

Hi id like to run a script thats on the sd card, which reads (and plays) content that is on an usb drive.

Using MatchFiles i can list content, however i'm struggling to find the path to other drives. I tried `/storage/usb1/` and `/usb1/` to no avail.

2 comments

  • 0
    Avatar
    Bright Scripters

    Try referencing files on USB like so:

    USB1:/someFolder/someVideo.mp4

     

  • 0
    Avatar
    tijmen van den heuvel

    Thanks! Using `MatchFiles("USB1:/", "*.wav")` works

Please sign in to leave a comment.