how to read a file in the project by its path Follow mangala shenoy Created September 04, 2014 14:23 Hi,I have a file path and project object, i want to get the virtual file object for the file in the path. How can i do.
LocalFileSystem.getInstance().findFileByPath()
You'll find more info in this article: http://confluence.jetbrains.com/display/IDEADEV/IntelliJ+IDEA+Architectural+Overview
Hi,
Thanks a lot.. It is working..