cannot get vfs File
已回答
Try to get the vfs file
val file = VfsUtil.findFileByIoFile(File("README.md"), true)
But the file was always null.
请先登录再写评论。
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.
Thanks. The problem is the path. May the absolute path I tried was wrong which misled me.