Open Method

Object: XFResume
Syntax: XFResume.Open(TopFolder Location as String)
Parameter: String specifying the TopFolder location (the location on the client where the request data for resumable file transfers is stored). Set this location through ResumeInfo.TopFolder or XFResume.TopFolder.

The TopFolder parameter is not required if:
  1. ResumeInfo.TopFolder was not set when the initial request was made. In this case, XFile will use the user's temp directory.


  2. You set XFResume.TopFolder before calling Open.
ReturnValue: None
Description: Opens the XFResume object so that RequestRecords can be retrieved and their properties populated. You do not need to call Open to get a RequestRecord using GetRequestRecord, but you must call Open to get a RequestRecord through XFResume.RequestRecords.

If you call GetRequestRecord without calling Open first and ResumeInfo.TopFolder was set when the initial request was made, you must set XFResume.TopFolder.

Copyright © 2010 SoftArtisans, Inc. All rights reserved.