Hi,
I want to save pdf file to a remote folder in Axapta 4.0
I use in a batch WinApi::fileExists() method.
When checking for file Axapta freezes and the folder looks like being blocked (for example when I try to open it from explorer)
Any solution for this?
Ps. class where WinApi::fileExists() is set to server, but run from other class set to Called from.
Should I use new InteropPermission with WinApi::fileExists() method?