Discussion:
Getting Window Desktop structure - folder tree like in Windows explorer
(too old to reply)
Sonnich Jensen
2018-10-31 15:31:46 UTC
Permalink
Hi all

The folder structure in each windows version is slightly different.
Are the folders a part of Windows Explorer's code, or are the folder tree retrieable somehow?

Under desktop can be "Document", "Downloads", Music, Pictures etc.
How can a programme know what is there?
And how do I get the localised names in the langue of the user (system) ?

WBR
Sonnich
Luuk
2018-11-02 11:58:24 UTC
Permalink
Post by Sonnich Jensen
Hi all
The folder structure in each windows version is slightly different.
Are the folders a part of Windows Explorer's code, or are the folder tree retrieable somehow?
Under desktop can be "Document", "Downloads", Music, Pictures etc.
How can a programme know what is there?
And how do I get the localised names in the langue of the user (system) ?
WBR
Sonnich
https://stackoverflow.com/questions/1947185/get-special-folder

and/or

https://docs.microsoft.com/en-us/dotnet/api/system.environment.specialfolder?view=netframework-4.7.2
Sonnich Jensen
2018-11-05 18:41:51 UTC
Permalink
Post by Luuk
Post by Sonnich Jensen
Hi all
The folder structure in each windows version is slightly different.
Are the folders a part of Windows Explorer's code, or are the folder tree retrieable somehow?
Under desktop can be "Document", "Downloads", Music, Pictures etc.
How can a programme know what is there?
And how do I get the localised names in the langue of the user (system) ?
WBR
Sonnich
https://stackoverflow.com/questions/1947185/get-special-folder
and/or
https://docs.microsoft.com/en-us/dotnet/api/system.environment.specialfolder?view=netframework-4.7.2
Thanks
Still the issue remain - I know that I should start with the Desktop. I can get folder on the desktop, but how do I get the structure of special folders

As they look like here:
https://www.google.ee/search?q=windows+explorer+tree+view&safe=active&source=lnms&tbm=isch&sa=X&ved=0ahUKEwi4lMi1873eAhUGp4sKHRd1ABwQ_AUIDigB&biw=1656&bih=928

How do I get e.g. quick access?
And for systems that dont have them?
Luuk
2018-11-10 20:24:16 UTC
Permalink
Post by Sonnich Jensen
Post by Luuk
Post by Sonnich Jensen
Hi all
The folder structure in each windows version is slightly different.
Are the folders a part of Windows Explorer's code, or are the folder tree retrieable somehow?
Under desktop can be "Document", "Downloads", Music, Pictures etc.
How can a programme know what is there?
And how do I get the localised names in the langue of the user (system) ?
WBR
Sonnich
https://stackoverflow.com/questions/1947185/get-special-folder
and/or
https://docs.microsoft.com/en-us/dotnet/api/system.environment.specialfolder?view=netframework-4.7.2
Thanks
Still the issue remain - I know that I should start with the Desktop. I can get folder on the desktop, but how do I get the structure of special folders
https://www.google.ee/search?q=windows+explorer+tree+view&safe=active&source=lnms&tbm=isch&sa=X&ved=0ahUKEwi4lMi1873eAhUGp4sKHRd1ABwQ_AUIDigB&biw=1656&bih=928
How do I get e.g. quick access?
And for systems that dont have them?
I'm still clueless to what you are asking ....

But quick Acces can be opened directly by going to:
shell:::{679F85CB-0220-4080-B29B-5540CC05AAB6}

see:
https://stackoverflow.com/questions/47339011/c-sharp-what-is-windows-10-quickaccess-path
Continue reading on narkive:
Loading...