win32inet.CreateUrlCacheEntry

str = CreateUrlCacheEntry(UrlName, ExpectedFileSize , FileExtension )

Creates a cache entry for a URL

Parameters

UrlName : str

The Url for which to create an entry

ExpectedFileSize : int

Size of content, use 0 if unknown

FileExtension : str

Extension to use for filename

Comments

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