I need a method: VirtualFile getFile(String path)
And need to use it like this: getFile("/Module1/src/package1/file1").
How can this be done in Intellij IDEA?
I need a method: VirtualFile getFile(String path)
And need to use it like this: getFile("/Module1/src/package1/file1").
How can this be done in Intellij IDEA?