Prevent save and save as not in working directory
Hello all,
I'm trying to write toolkit for preventing working outside the working directory.
I tried 2 function:
1.pfcDefaultSessionActionListener::OnBeforeModelSave(pfcDescriptorContainer_ptr Container):
but I can't get any relevant information for where the object will be save.
2.pfcDefaultModelActionListener::OnAfterModelSave(pfcModelDescriptor_ptr Container)
more relevant function but here when I check:
Container->GetPath(),Container->GetDevice() the information I receive is not the new path I set.
Is there any why to do it right?
Many thanks!

