how to get the file properties in assets folder on android?

前端 未结 3 1148
难免孤独
难免孤独 2021-01-14 03:40

I want to get the file properties in assets folder on android,But it is unlike general operation use some kinds of methods to get,anybody can help me to get the file propert

3条回答
  •  日久生厌
    2021-01-14 03:49

    Take a look at the documentation of File class, there are lots of methods to get any kind of information about a file.

提交回复
热议问题