Hi all,
This is no doubt a dumb question but to me it's a problem. I'm trying to copy a "csv" file from the SD card back into File.DirInternal and then open it and read the data. The problem I'm hitting is that the file is located on the SD card and appears to transfer ok. When I check if it's there in "file.dirinternal" it says true/yes, but when I check the file size it's 0 bytes long.
I've attached the bit of code I'm using, which links to the ExternalStorage module I used to write the files out in the first place. That bit works fine, I can open & check the files on the SD card with a file browser so I know they are ok on the SD card.
Can someone tell me where I'm going wrong ? (and keep it VERY simple please ! )
Brian
This is no doubt a dumb question but to me it's a problem. I'm trying to copy a "csv" file from the SD card back into File.DirInternal and then open it and read the data. The problem I'm hitting is that the file is located on the SD card and appears to transfer ok. When I check if it's there in "file.dirinternal" it says true/yes, but when I check the file size it's 0 bytes long.
I've attached the bit of code I'm using, which links to the ExternalStorage module I used to write the files out in the first place. That bit works fine, I can open & check the files on the SD card with a file browser so I know they are ok on the SD card.
Can someone tell me where I'm going wrong ? (and keep it VERY simple please ! )
Brian