Questions tagged [special-folders]

"Special folders" refers to directories in the Windows operating system that provide extended functionality in the user interface. Prominent examples are the "Desktop", "Start Menu", the "My Documents" and the "Fonts" folders.

The physical location and the number of special folders depend on the Windows version and system language.

Windows transparently manages the correlation between physical location on the disk and representation in the shell namespace, so these folders are best retrieved through the Windows API, as opposed to using fixed paths.

200 questions
0
votes
1 answer

How to copy files using vbscript in all local user's accounts i.e. Desktop,Documents, Pictures,Videos, Music

OK so I am writing a super cool vbscript/HTA file. All i want to do is to List all local users names in the computer in a list box ( I can do it already) and then For each user in the list box, copy their desktop,mydocuments,videos,pictures,music…
LePrinceDeDhump
  • 436
  • 6
  • 18
0
votes
1 answer

Address Book C# GUI

Alright so I've decided to create my first GUI Address book and I've been following a tutorial on Youtube that allows us to create an Address Book that is suppose to store the information entered into the text boxes as an xml but I've been having…
user1580598
  • 53
  • 1
  • 2
  • 9
0
votes
1 answer

iOS Localization how to add an existed folder with localization files

How to add an existed folder with localization files. I have an existed project with english as base, then have en.lproj. And I have other localization files in file system names with ja.lproj. However, If i directly import folder ja.lproj to xcode,…
jeff wu
  • 45
  • 6
0
votes
1 answer

What folder for temporary exe?

I have created a small exe and associated ini file that we use for diagnostics on customers sites. Customers can go to our website, run a configuration program which downloads the diagnostic exe and ini and sets the exe running. We do not want to go…
user1358639
  • 11
  • 1
  • 2
-1
votes
1 answer

How can Windows service running as System account get current user's \AppData\Local\ special-folder?

My app is a windows desktop exe, and windows service which runs under the System account. My windows service needs to integrate with a 3rd party app that the user will also install which stores some config info in an ini file within one of the…
Gary Barrett
  • 1,764
  • 5
  • 21
  • 33
1 2 3
13
14