2023-07-08 10:46:29 +01:00
|
|
|
/*
|
|
|
|
* group: other
|
|
|
|
* class: sandboxing
|
2024-06-19 17:18:45 +01:00
|
|
|
* name: SBIE2115: File is too large to copy into sandbox, opening in read only
|
2023-07-08 10:46:29 +01:00
|
|
|
* description: File is too large to copy into sandbox, opening in read only
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
if (typeof msgCode === 'undefined') {
|
|
|
|
msgCode = 2115;
|
|
|
|
}
|
|
|
|
|
|
|
|
invoke("SBIECOPY");
|