(String pathSelected)
| 187 | |
| 188 | //#if FILE_IO |
| 189 | public void BrowserFilePathNotify(String pathSelected) { |
| 190 | if (vcard.hasPhoto) { |
| 191 | //System.out.println(photoType+"->"+getFileType(photoType)); |
| 192 | String filename = StringUtils.replaceBadChars(vcard.getNickDate()); |
| 193 | FileIO file = FileIO.createConnection(pathSelected + filename + vcard.getFileType()); |
| 194 | file.writeFile(vcard.getPhoto()); |
| 195 | } |
| 196 | } |
| 197 | //#endif |
| 198 | |
| 199 | public void commandState() { |
nothing calls this directly
no test coverage detected