Skip to content

ElectronDownloadItem.setSavePath method

ElectronDownloadItem › setSavePath

Unofficial

Sets the save path of the download item. Only available in the session's will-download callback.

Signature:

setSavePath(path: string): void

Parameters:

Parameter Type Description
path string The save path.

Returns: void