Opening a text file through a plugin
I'm trying to open a text file through a plugin to get timestamps and positions for keyframes of a model animation. I'm opening the file using ifstream(). Unfortunately no matter where I place the text file it won't be opened by the plugin. What can I do?
Have you tried using the file's full path? Does that work?
Yeap! Full path did work, thank you! (Had tried that already but I was missing something probably)