Forum Discussion
tristaanogre
14 years agoEsteemed Contributor
First, as Jared mentioned, please post new questions in new threads. It helps make them more searchable and relevant.
In any case, by default, logs for a project are stored in the Log folder under the project folder. So, as long as you're using the standard project pathing, your log folder can be found by concatenating a string like
In any case, by default, logs for a project are stored in the Log folder under the project folder. So, as long as you're using the standard project pathing, your log folder can be found by concatenating a string like
var LogFolder = Project.Path + "\\Log\\"