"Special folders" refers to directories in the Windows operating system that provide extended functionality in the user interface.
Does anyone know how to programmatically access the "All Users" Startup Menu? In XP, located here: C:\Documents and Settings\…
c# .net setup-deployment special-foldersI need to install a file into the Environment.SpecialFolder.ApplicationData folder, which differs between XP and Vista. Is there …
wix installation special-foldersIn my app.config I put <appender name="RollingFileAppender" type="log4net.Appender.RollingFileAppender"> <file value="%programdata%/…
.net windows logging log4net special-foldersI've got an SQL Server CE database in a project that I wan't to store somewhere in the %AppData% directory. …
c# app-config connection-string special-folders appdataI am trying to install a ClickOnce application and it is not working. I am told to delete the C:\…
windows clickonce special-foldersIn my application I store on every machine some files in an application folder. A simplified version of the real …
delphi winapi special-foldersWe use Folder Redirection at my work, and I'm trying to simplify a script that runs when users log on …
vbscript special-foldersHow can I log to special folders (e.g. %APPDATA%) using the app.config file? I can do it programmatically, …
log4net app-config special-foldersI know I can read environment variables like this: Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments); However, it would be really helpful …
c# .net environment-variables environment special-foldersI'm confused about the differences between these two special folders. Here's a code snippet that writes the output of each, …
c# .net desktop special-folders