Tip #1
In a GUI application, you don’t need to open a file server session, since the control environment already has an open RFs that you can access with iCoeEnv->FsSession(). Opening a file server session is an expensive operation so, if at all possible, you should use the existing session, rather than creating your own.


Reply With Quote


