Actually i have the next code and works correctly in Client side
if(WinAPI::fileExists("c:\\Img\\11169705.png"))
{
}
but I want to apply this in Server side...
if(WinAPIServer::fileExists("c:\\Img\\11169705.png"))
{
}
and get the next error:
Error en la solicitud de permiso de tipo 'FileIOPermission'.
(S)\Classes\FileIOPermission\demand
(S)\Classes\WinAPIServer\fileExists - line 14
(C)\Jobs\_aJob90 - line 11
Can you help me?
Thank very much
*This post is locked for comments
I have the same question (0)