Process all files of project Permanently deleted user Created February 18, 2008 08:32 Hi,I want to process all the files of a project (java files and non java files), which is the best way to do it?Thanks
Hello Sergio,
ProjectRootManager.getInstance(project).getFileIndex().iterateContent()
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Thanks :)