Is it possible to read data from a usb-stick though a B4I app, connected by usb-otg-connection-kit?
For example using this:
directory = "/mnt/mount1" 'mountpoint for external memory connected by usb-otg-connection-kit?
x = File.ReadString(directory,example.txt)
Or is it impossible in IOS?
For example using this:
directory = "/mnt/mount1" 'mountpoint for external memory connected by usb-otg-connection-kit?
x = File.ReadString(directory,example.txt)
Or is it impossible in IOS?