0

I can do GetIGameInterface()->GetSceneFileName(), but it only gives me the file name. How do I get the full path, for example c:\myfiles\test.max ?

Some programmer dude
  • 400,186
  • 35
  • 402
  • 621
marc40000
  • 3,167
  • 9
  • 41
  • 63

1 Answers1

1

This works:

GetCOREInterface()->GetCurFilePath();

marc40000
  • 3,167
  • 9
  • 41
  • 63