-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
Maybe due to I am a newbie to use this package, I did not find the way to insert the path of a file relative to the current file. I would like to ask this question, so the issue might be the best place for me to ask this question. Is it possible to do so?
To be more precise, see the following example:
Suppose I have the following directory structure:
.
+-- README.md
+-- src
| +-- moduleA
| | +-- main.ccp
| | +-- a.lib
| | +-- ...
| +-- moduleB
| | + fileA.cpp
| | + fileB.cpp
+-- others
When I work in the file main.cpp, I would like to insert the relative path to fileA.cpp. So I would like to insert ../moduleB/fileA.cpp into the file main.cpp.