C++
template <size_t N> Acad::ErrorStatus getRemoteFile( const ACHAR * pszURL, ACHAR (&pszLocalFile)[N] ) const;
Description
Helper template for callers passing fixed size arrays.
Links
History
Release 2019
Functionality is no longer bound to the value of the SECURELOAD system variable, but is now bound to the value of the SECUREREMOTEACCESS system variable. When SECUREREMOTEACCESS is set to 1, the ability to access remote files is disabled.
Release 2018.1
When SECURELOAD is set to 1, the ability to access remote files is disabled.