magnusja / libaums

Open source library to access USB Mass Storage devices on Android without rooting your device
Apache License 2.0
1.26k stars 270 forks source link

createDirectory IllegalArgumentException #388

Open wangshufu opened 1 year ago

wangshufu commented 1 year ago

val root = currentFs.rootDirectory root.createDirectory("KKkkk") //error

Hello, I can read directories and file lists when testing FAT32 devices; At the same time, files can be created, but directories cannot be created. Below is the error message

java.lang.IllegalArgumentException

magnusja commented 1 year ago

Need the whole stacktrace