How to get any File in project and read file content?
已回答
Hi,
I want find file in project by file name, just like "app.properties".
Is there any utility class?
What should I do.
Thanks!
请先登录再写评论。
Hi, see: https://github.com/JetBrains/intellij-community/blob/idea/222.3739.54/platform/indexing-api/src/com/intellij/psi/search/FilenameIndex.java
nice