win32inet.CreateUrlCacheEntry
str = CreateUrlCacheEntry(UrlName, ExpectedFileSize
, FileExtension
)
Creates a cache entry for a URL
Parameters
UrlName : str
The Url for which to create an entryExpectedFileSize : int
Size of content, use 0 if unknownFileExtension : str
Extension to use for filenameComments
Accepts keyword args
Win32 API References
Search for CreateUrlCacheEntry at msdn, google or google groups.
Return Value
Returns the filename to which content should be written