Tagged Questions

"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.

learn more… | top users | synonyms

21
votes
4answers
3k views

What determines the return value of Path.GetTempPath()?

Currently, I use Path.GetTempPath() to figure out where to write my log files, but recently I came across a user's machine where the path returned was not what I expected. Usually, the returned path ...
16
votes
5answers
746 views

As a developer, how should I use the special folders in Vista (and Windows 7)?

Where should I save data related to my application? Where should I save configuration files? Where should I save temporary files? Should I do it in "Documents" ? "AppData" ? etc.... What is the best ...
10
votes
3answers
437 views

Visual Studio Solution — Any way to create a “special” folder?

Basically, I want one of my folders to appear above the other folders as a type of "special folder", similar to how Properties has it's own special place even though it's a folder, same with App_Data, ...
9
votes
3answers
712 views

Test for “My Documents” folder redirection

Is it possible to test for folder redirection in .net? I don't mean reparse points/junctions, I mean when a folder (usually My Documents) is redirected to a server. In such cases, if you are ...
8
votes
4answers
2k views

Programmatically access All Users Start Menu

Does anyone know how to programmatically access the "All Users" Startup Menu? In XP, located here: C:\Documents and Settings\All Users\Start Menu\Programs\Startup And in Windows 7, located here: ...
6
votes
6answers
1k views

Expand environment variable for My Documents

I know I can read environment variables like this: Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments); However, it would be really helpful to me if I could do something like this: ...
6
votes
2answers
2k views

Find windows folder programatically in c#

I am writing a program to kill and restart explorer but I don't want to hard code the location becuase some people install windows in diffrent places (for example i found someone who had it installed ...
5
votes
3answers
139 views

How to get the total number of items on the (logical) desktop (C#)

Let me elaborate. By "items" I mean all the items you see one the desktop (Windows) which includes "My Computer", "Recycle Bin", all the shortcuts etc. If I select all the items on the desktop I get ...
5
votes
2answers
171 views

Windows: How to canonicalize a file to the special folder?

i want to to persist some filenames for the user (e.g. recent files). Let's use six example files: c:\Documents & Settings\Ian\My Documents\Budget.xls c:\Documents & Settings\Ian\My ...
5
votes
2answers
163 views

Where is a safe place to store log files that is compatable with XP, Vista, and Windows 7?

I have a winforms app that needs to write out logs. The app also needs to run without UAC warnings and using a non-admin account. Where can I write my logs without running afoul of the default ...
5
votes
3answers
671 views

Find system folder locations in Python

I am trying to find out the location of system folders with Python 3.1. For example "My Documents" = "C:\Documents and Settings\User\My Documents", "Program Files" = "C:\Program Files" etc etc.
5
votes
6answers
2k views

How can I get the current user directory?

Using this: Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) I get this output: "C:\\Documents and Settings\\[USER]\\Application Data" How can I get "C:\\Documents and ...
5
votes
1answer
2k views

CommonAppData in vbscript

A customer's application "AppName" has its configuration files stored in CommonAppData. Under Windows XP that is C:\Documents and Settings\All Users\Application Data\AppName Under Windows Vista ...
4
votes
2answers
181 views

Is there a definitive guide for special folders in windows?

Is there a definitive guide for special folders in windows? An internet search yielded just a few crumbs of information, e.g. Wikipedia:Special Folders Windows 7 Client Software Logo Program What ...
3
votes
2answers
54 views

.Net use of special folder notation

I want to be able to do something like this: IO.Directory.Exists("%USERPROFILE%") The reason being that I want to specify one of the directories which my application will use, as plain text in a ...
3
votes
1answer
344 views

What's the difference between SpecialFolder.Desktop and SpecialFolder.DesktopDirectory?

I'm confused about the differences between these two special folders. Here's a code snippet that writes the output of each, but they output the same thing. string path = ...
3
votes
3answers
1k views

Where to store Application Data in Windows 7 and Vista

My application needs to, like most, store data. The application was previously used on XP only where it would store the data in Program Files. Now that our customers are moving to Windows 7 I had to ...
3
votes
0answers
288 views

Getting Special folders to work in Apache Commons VFS

VFS unable to support special windows folders (Network, recent, computer, libraries, etc). File[] cbFolders = (File[])sun.awt.shell.ShellFolder.get("fileChooserComboBoxFolders"); and then ...
3
votes
1answer
2k views

How to use Application Data in an (App.config) connectionString

I've got an SQL Server CE database in a project that I wan't to store somewhere in the %AppData% directory. However I can't find a way to make a reference to the Application Data path in the ...
3
votes
2answers
732 views

Refer Program Files in 64 bit machine

In C#, show to refer the locations: Program Files (x86) Program Files rather than hard-coding C:\Program Files (x86) and C:\Program Files
2
votes
1answer
181 views

where to write a log file?

I'm using nlog to write log files for debugging purposes. Currently the log file location is set to: <target name="file" xsi:type="File" ...
2
votes
0answers
75 views

Why does size of temp internet files folder exceed max folder size?

I am making a web page that detects the size of the "Temporary Internet Files" folder as well as the maximum size of that folder according to the registry. The code works fine, but with a surprising ...
2
votes
2answers
104 views

How to show elements from MyComputer folder?

MyComputer folder doesn't have any object in file system. But i need show elements from this folder into ListView (WinForms). I think, it's imposible to get System.IO.DirectoryInfo that represents ...
2
votes
1answer
578 views

Accessing %appdata% with vb.net

How can you access files in %appdata% through vb.net? e.g. C:\Users\Kuzon\AppData\Roaming\program. How would i access that file but on another windows 7 machine, also how would you do it on windows ...
2
votes
2answers
174 views

about Environment.SpecialFolder

I want to access my "My documents" folder from my WinForms ToolStrip menu. I am populating ToolStrip with a XML file. I am storing Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments) in ...
2
votes
2answers
563 views

Usage of SHGetSpecialFolderPath to retrieve an application folder that can be accessed also to non admin users, which CSIDL to choose?

In my application I store on every machine some files in an application folder. A simplified version of the real case is this: ..\Project1\LoginHistory (login history file - common for all users) ...
2
votes
2answers
304 views

Function for getting localized path?

Windows 7 (and probably Windows Vista) display localized folder names using the LocalizedResourceName entry in the desktop.ini file. For my Documents folder, this looks like [.ShellClassInfo] ...
2
votes
1answer
290 views

InnoSetup can't find 'My Documents' on Win XP installed on Mac Parallels

I'm stuck trying to help a user install our software. Our software setup is distributed using InnoSetup, and he is installing it on a Mac Pro with Parallels and Windows XP. During installation, ...
2
votes
1answer
340 views

How to specify log file path using folder locations in Windows with log4net xml configurator?

In my app.config I put <appender name="RollingFileAppender" type="log4net.Appender.RollingFileAppender"> <file value="%programdata%/log-file.txt"/> but it didn't work. Any ideas?
2
votes
2answers
168 views

How do I get the Virtual Machines folder on Win7?

I'm writing a tool called XP-More, which should help manage Windows 7 Virtual Machines. The first thing the tool has to do when launched is find the VM folder. However, turns out that folder is not ...
2
votes
2answers
799 views

How can I log to Special Folders with log4net?

I am new to log4net. My boss is forcing me to use it and I have an openmind to it. However i m struggling to find a configuration version that allows me to log to the special folders. I have found ...
1
vote
2answers
55 views

get Common Documents folder in VBS

To my great chagrin, I must use VBS to write an InstallShield 2010 LE custom action. I have no VBS experience so I'm basically putting together code snippets that I find. I need to get a hold of the ...
1
vote
1answer
62 views

How to get the path to CSIDL_COMMON_DOCUMENTS in .NET 3.5?

I am making a custom action for an installer. It must read a file stored in CSIDL_COMMON_DOCUMENTS to determine the install directory. (I'm hoping it won't be an issue to change the install ...
1
vote
1answer
29 views

Drag & Drop for SpecialFolders

I have an application that allows users to drag and drop files or entire folders into a special "drop area," at which point all files are processed. The application is being developed using WPF, and ...
1
vote
1answer
32 views

Prefix Folder structure for Zend

If i have a url such as this http://example.com/controller/action every thing works find. as expected. However i need to deploy this and in deployment things change a bit to ...
1
vote
1answer
147 views

MFC CFileDialog - Getting special folder path on windows 7

All. I have some problem during writing an mfc application. It is using the sample project, posted on below url, to implement multiple selection on CFileDialog. ...
1
vote
1answer
188 views

Determining the location of Program Files using VBS

What would a safe way of extracting the 'Program Files' directory location using VBS?. I would like to get the directory location from the environment as it will avoid localization issues as well as ...
1
vote
2answers
156 views

Check if DirectoryInfo.FullName is special folder

My goal is to check, if DirectoryInfo.FullName is one of the special folders. Here is what I'm doing for this (Check directoryInfo.FullName to each special folder if they are equal): ...
1
vote
2answers
104 views

Can anyone help me with the following JScript?

In Vista, I am trying to get "Local AppData" path for an user account (other than current user) on a local machine but facing some issue. can anyone pls help me what is wrong with the below code. var ...
1
vote
1answer
510 views

Getting special Folder path for a given user in Jscript

How to get the path of a shell folder like "Local Settings" or "Local Appdata" for a specific user other than the current user?
1
vote
1answer
401 views

Does Windows 7 have the same problem as Vista?

I noticed that in my application, most compatibility problems were caused by 'access denied' for some folder, such as: Application Data [C:\ProgramData] Desktop [C:\Users\Public\Desktop] Documents ...
1
vote
2answers
233 views

Windows “Documents and Settings” in another languages

My C# program traverse a drive for some data stored under user profile folder. I need to know whether some particular folder is "Documents and Settings". I cannot use SpecialFolders trick because I ...
1
vote
2answers
367 views

is there a way on how to copy Temporary Internet Files?

help me how to copy file from Temporary Internet Files on xp or higher. copyfile not is working on it. i want to make it like CopyFileEx(scr, dst):boolean
1
vote
1answer
140 views

How to have a background picture in a folder on windows 7?

Ok so i was wondering if it was possible to write a program (any language) that could add, change, and/or remove a background picture for a folder on windows seven. On windows xp or older, you could ...
1
vote
2answers
179 views

why the specialfolder.personal return c:/user/xxx/Documents

I expect the specialfolder.personal returns c:/users/xxx, however in my Windows 7 system, it returns c:/users/xxx/Documents. Why? How to get the folder of personal root directory?
1
vote
4answers
138 views

best place for “secure” file on windows

I have written a program for one customer. I implemented a licensing method for him (signed XML files). This customer wants the application to be installed only once on his customer's PC, and wants me ...
1
vote
1answer
662 views

Writing to internal SD card on Android

Is there any way of accessing the internal SD card on Android devices that have internal flash, internal SD and external SD cards?
1
vote
3answers
204 views

how to find MyMusic Folder from other users?

how to find MyMusic Folder of other users ?
1
vote
3answers
398 views

CommonAppData in vb6

Basically the same as this question, but for VB6. A customer's application "AppName" has its configuration files stored in CommonAppData. Under Windows XP that is C:\Documents and ...
1
vote
2answers
1k views

Downloading files and save it to a hidden folder on iPhone

can some give me a good resource for the iphone filesystem? Basically I want to know: Where can I save my downloaded files into which folders? And which are not allowed? Which of these folders are ...

1 2