1

私はこれを2日間グーグルで検索しましたが、答えを得ることができません。

j2meでファイル(例:mine.mp3)のプロパティ/属性を取得するにはどうすればよいですか。名前、サイズ、変更日、最も重要なタイプなどの通常のファイル属性を探しています

4

1 に答える 1

0

What you are looking for is FileConnection class in J2ME. This document will provide all the details regarding your requirement.

By using this class you can fetch a file's attribute like fileSize(), getPath(), lastModified() etc

于 2012-11-18T02:01:36.527 に答える