I want to create a file on smart card delivered by IBM(Multi Function Card MFC 3.5), using OpenCard Framework. But I don't know what bytes must be send to it to do that. I use : CardFile root =3D new CardFile(fileSystemCardService); CardFile file =3D new CardFile(root, dirName); file.create(byteArray); but CardServiceOperationFailedException occur: createFile: INS 0xe0 bad status 0x67XX(never 0x6700), or createFile: INS 0xe0 bad status 0x9210 dependent of byteArray. I have access to directory with name dirName always. What must be byteArray ?
Thank you, Nikolay Kolev --- > Visit the OpenCard web site at http://www.opencard.org/ for more > information on OpenCard---binaries, source code, documents. > This list is being archived at http://www.opencard.org/archive/opencard/ ! To unsubscribe from the [EMAIL PROTECTED] mailing list send an email ! to ! [EMAIL PROTECTED] ! containing the word ! unsubscribe ! in the body.
