Sorry if this has been answered-and being long winded.
My app writes small text files to a folder. The design is for the user to later connect the device to a PC, via USB and copy the files to the PC. The problem is the files can't be seen.
Using a file explorer, such as ES file manager, the files are there. They are just invisible to the PC.
In a seemingly related weirdness, my app also reads and writes to files that the user installs on the Droid via USB. These files remain visible to the USB connected computer, BUT after I write new information to the file, when I try and copy it back to the PC it has been truncated. Again looking at the file using ES file manager, it is just fine. It just can't be copied via USB. I'm seeing this behavior on no less than 4 different tablets/phones so I think it B4A thing.
I'm using TextWriter as my IO object.
Ideas?
Thanks in advance.
My app writes small text files to a folder. The design is for the user to later connect the device to a PC, via USB and copy the files to the PC. The problem is the files can't be seen.
Using a file explorer, such as ES file manager, the files are there. They are just invisible to the PC.
In a seemingly related weirdness, my app also reads and writes to files that the user installs on the Droid via USB. These files remain visible to the USB connected computer, BUT after I write new information to the file, when I try and copy it back to the PC it has been truncated. Again looking at the file using ES file manager, it is just fine. It just can't be copied via USB. I'm seeing this behavior on no less than 4 different tablets/phones so I think it B4A thing.
I'm using TextWriter as my IO object.
Ideas?
Thanks in advance.