View Single Post
Old Today, 07:31 AM   #22
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 29,197
Karma: 211504714
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
The following code should find the correct Desktop location even if OneDrive backup is enabled (after importing QStandardPaths from qt.core).

Code:
desktop_path = QStandardPaths.writableLocation(QStandardPaths.DesktopLocation)
That's what the documentation claims anyway.

Last edited by DiapDealer; Today at 09:19 AM.
DiapDealer is offline   Reply With Quote