Question
RBC
CA
Last activity: 10 Aug 2017 6:29 EDT
Find the Local the directory where development was done, in code.
I have a Robotics project under development and have some temporary .txt files stored in the project directory and stored as part of the project. I need an easy way to reference the files (without coding an absolute path). using functions like Runtimehost.GetProjectPath returns where the runtime has placed project for running (ex: c:\users\AppData\Local\Openspan\etc.... ), and note where the debuggering is happening (ex: c:\botprojects\myBot1\bin\debug)
Tried a number of window apis (via c#) with no luck. Either points me to the AppData, or the runtime dir. Neither of which is what I need..
Any suggestions are welcome
Rob