How to use parent of a directory in a Source parameter of the Files section?

后端 未结 1 2004
刺人心
刺人心 2021-01-25 12:31

I can\'t for the life of me figure out how to point to the parent of the source directory in the [Files] section.

Here is an example of what I need:

相关标签:
1条回答
  • 2021-01-25 12:49

    You can use "{src}\..\Documentation\".

    The .. notation means "the parent of the current folder, so in the snippet above it means "starting in the {src} folder, move up one leve (the parent of {src}), and then down into the Documentation folder there.

    0 讨论(0)
提交回复
热议问题