私はこれを2日間グーグルで検索しましたが、答えを得ることができません。
j2meでファイル(例:mine.mp3)のプロパティ/属性を取得するにはどうすればよいですか。名前、サイズ、変更日、最も重要なタイプなどの通常のファイル属性を探しています
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