chenqiuliang
Results
1
issues of
chenqiuliang
UsbFile rootFolder = currentFs.getRootDirectory(); for (int i = 0 ; i < 1000 ; i ++) { UsbFile file = rootFolder.createFile(i + ".txt"); } As more files are created, new...