magnusja / libaums

Open source library to access USB Mass Storage devices on Android without rooting your device

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

createDirectory IllegalArgumentException

wangshufu opened this issue · comments

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

commented

Need the whole stacktrace