Details
-
Bug
-
Resolution: Out of scope
-
P5: Not important
-
None
-
5.12.2
-
None
-
Python 3.7.16 (default, Jan 17 2023, 16:06:28) [MSC v.1916 64 bit (AMD64)] :: Anaconda, Inc. on win32
Description
I wrote a browser using modules under PySide2's QtWebEngineWidgets, and I am handling download events with QWebEngineDownloadItem. When I use QWebEngineDownloadItem.setDownloadDirectory to set the download path to the root directory of the disk (D:/), the console prints out 'Creating download path failed, download cancelled: D:/'.