For the purpose of programming in VB, I would like to get all the same file names as the application that appears when I type shell:appsfolder in the address bar at the top of the explorer, but I don't know how to write them.
Please let me know if there are any descriptions that you think are desirable.
Thank you for your cooperation.
Windows clearly distinguishes directories from folders.All directories are folders, but vice versa.
In a straightforward example, the control panel
is a virtual namespace on Explorer, not a corresponding directory, and the trash bin
displays a single collection of specific directories per drive.The desktop
has a corresponding directory, but sometimes the trash bin
has been added.
Based on that, the shell:appsfolder
in the question should not know the corresponding directory.This is just a virtual list of applications that Windows knows about, so if you install the application using proper procedures, it will automatically be added to shell:appsfolder
.
© 2024 OneMinuteCode. All rights reserved.