cannot get vfs File

已回答

Try to get the vfs file

val file = VfsUtil.findFileByIoFile(File("README.md"), true)

But the file was always null.

0

Please always give some context. What are you trying to achieve? Where do you expect to find the file? Right now, it seems you try to locate file "README.md" in root of filesystem of your machine.

0

Thanks. The problem is the path. May the absolute path I tried was wrong which misled me.

0

请先登录再写评论。