Posted By:
Julien_SIMON
Posted On:
Sunday, November 18, 2001 11:54 PM
Sorry, but there is no file system API in the current Java Card standard (version 2.1.1). If you need one, you basically have to write it yourself, i.e. design and implement com.myself.javacard.filesystem. When you convert the corresponding class files, you'll get the CAP file and the EXP file, which you can then use for your own purposes. Cheers.