<< back to sysax.com Product page |
The SetNLST method can be set for listing folders in legacy servers that do not completely implement the LIST command. The UnsetNLST method can be called to revert back to normal.
Exhibit 4.13. IDL Definition of method for working with legacy servers
HRESULT SetNLST (); HRESULT UnsetNLST (); |
Exhibit 4.14. Example usage of method for working with legacy servers (VBScript)
app.SetNLST app.UnsetNLST |