Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Special folder missing???
#1
Hi Gintaras, hi all

I have a little question : it seems user shell folder "Downloads" don't have an CLSID definition in QM.

Is it a "bug" (forgotten data in QM documentation) or "normal" (it simply does not exist in microsoft API's)?

I'd like to retreive the folder from code, as desktop or favorites.

TY
#2
Try this when you want to access it from QM code:
Function Macro1
Code:
Copy      Help
run "notepad" "%userprofile%\downloads\test.txt"
#3
QM uses old Windows shell API for special folders. Like .NET. Folder "Downloads" exists only in new API, added in Windows Vista. Next major QM version will use the new API.


Forum Jump:


Users browsing this thread: 1 Guest(s)