How can i FULLY refresh VirtualFileSystem(VFS)?
已回答
I try to refresh a folder that is not included in project (outside the project)
I called VirtualFileManager.getInstance().refreshWithoutFileWatcher(false); but it looks like not working...
How can i fully refresh the folder outside project? Is that a correct way?
请先登录再写评论。
In general, using VFS outside of a project is not advised. It occupies memory, slows down a refresh, and unless you need a specific functionality which only VFS may provide, you better use regular I/O instead.
Are you still sure you need VFS? :)