Object: | XFResume |
Syntax: | XFResume.TopFolder [=Folder Path] |
Type: | String |
Default Value: | None |
Read/Write: | Read/Write |
Description: | In a resumable file transfer, XFResume.TopFolder tells the XFResume
object where RequestRecord s were stored. That location is set by the property
ResumeInfo.TopFolder .Set XFResume.TopFolder if ResumeInfo.TopFolder was set
when the initial request was made, unless you call XFResume.Open and pass it the
TopFolder parameter.
If CacheRequest
is set to true , the whole file transfer request will be stored in the folder
specified by ResumeInfo.TopFolder . If CacheRequest is
set to false , only information about the request will be stored. If ResumeInfo.TopFolder
is not set, XFile will store request data in the user's temp directory.
|