Exhibit 2.27. IDL Definition of method to update virtual path permissions
HRESULT UpdateAltPerm ([in] BSTR b_username, [in] BSTR b_altpath, [in] BSTR b_altperm);
Exhibit 2.28. Example usage of method to update virtual path permissions
admin.UpdateAltPerm "comacc", "c:\\temp", "RL"