Hi guys, I want to perform a simple task using libusb. I have written code that will attempt to open a usb device which is my Cell Phone in this case and then this code will create a folder in the file structure of me cell phone and then create a text document within that folder and in the text document there must be a string that reads "Hello from your PC". My problem is in the part where the program must create a folder and a text tile in the cell phone. Other than that, the code is able to open the cell. please see the code below. thanking you in advance.