What's the difference betwen file[project_name]:path/* and file:path/* scope specifiers?
`file[project_name]:path/*` is what RM gui creates, the path is relative to project root
but `file:path/*` seems to be the same
Please sign in to leave a comment.
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