Hi
I want to avoid hardcoding the filepath in my C program. I want to store the filepath in a variable in a text file. then i have to pass that variable to another file. ex. "$ADE_VIEW_ ROOT/a/b/c/a.txt" . Im executing C files in Linux env.
If anyone knows pls help me.