What's the difference betwen file[project_name]:path/* and file:path/* scope specifiers? brainjest 创建于 2015年12月09日 22:45 `file[project_name]:path/*` is what RM gui creates, the path is relative to project rootbut `file:path/*` seems to be the same
When you do not use multiple projects it will be the same.
and when you do use multiple, file:path/*, seaches each project?
At least it should