How to get any File in project and read file content?
Answered
Hi,
I want find file in project by file name, just like "app.properties".
Is there any utility class?
What should I do.
Thanks!
Please sign in to leave a comment.
Hi, see: https://github.com/JetBrains/intellij-community/blob/idea/222.3739.54/platform/indexing-api/src/com/intellij/psi/search/FilenameIndex.java
nice