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:
|
ReturnValue: | None |
Description: | Opens the XFResume object so that
RequestRecord s 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. .
If you call GetRequestRecord without calling Open first
and ResumeInfo.TopFolder
was set when the initial request was made, you must set XFResume.TopFolder .
|