<< back to sysax.com Product page

2.11. Add Virtual Path

Exhibit 2.23. IDL Definition of method to add virtual path


HRESULT AddAltPath       ([in] BSTR b_username, [in] BSTR b_altpath, [in] BSTR b_altpermissions, [in, defaultvalue("")] BSTR b_virtualpathname);
 

Exhibit 2.24. Example usage of method to add virtual path


admin.AddAltPath "comacc", "c:\\temp", "RL", "/secondpath"