You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: