How to access the android device lib?

I have a native app that downloads files from a device. I am looking to verify that the download was successful by accessing the the DCIM/com.my.app/AppName folder on the android device. How can I accomplish this using Appium? I am coding in Ruby.