Try these
wallpaper.SetFromFile("C:\\some\\image.jpg")
- Then delete that file
wallpaper.Get()
// gives the exact same path i.e. C:\some\image.jpg
I know this is a systemParametersInfo implementation issue.
But is there something that can be done to extract the wallpaper more reliably?
So that something like wallpaper.Get().save(path) can be implemented without no worries.
Try these
I know this is a
systemParametersInfoimplementation issue.But is there something that can be done to extract the wallpaper more reliably?
So that something like
wallpaper.Get().save(path)can be implemented without no worries.