libaums icon indicating copy to clipboard operation
libaums copied to clipboard

createDirectory IllegalArgumentException

Open wangshufu opened this issue 2 years ago • 1 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

wangshufu avatar Apr 11 '23 07:04 wangshufu

Need the whole stacktrace

magnusja avatar Apr 11 '23 14:04 magnusja