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

0

When you do not use multiple projects it will be the same.

0

and when you do use multiple, file:path/*, seaches each project?

0

请先登录再写评论。