About 38,500 results
Open links in new tab
  1. How do I reach a folder in the appdata and delete it?

    Jun 20, 2019 · Why do you think it “didn't work”? Did you get an error? You need to tell it to us. Note that the path you gave in your question is not the path in Cache; look at it in the …

  2. Application cannot write into %APPDATA% (but user can)

    Apr 22, 2012 · My application is being built from a source tree inside a Development folder in my user directory, and the _mkdir call fails for executables within this directory; however, copying …

  3. vb.net - VB Deleting in the AppData folder - Stack Overflow

    Sep 29, 2020 · Look at the My.Computer.FileSystem.SpecialDirectories object and/or the Environment.GetFolderPath method to get standard folder paths. You should get the base …

  4. c# - Environment.SpecialFolder.CommonApplicationData …

    Jun 18, 2015 · Where: X\Y\Z\settings.config should be part of C:\ProgramData but somehow application is returning folder where the app is installed (Program Files). I tried to replicate this …

  5. yarnpkg - How to clear cache in Yarn? - Stack Overflow

    Oct 12, 2016 · In addition to the answer, $ yarn cache clean removes all libraries from cache. If you want to remove a specific lib's cache run $ yarn cache dir to get the right yarn cache …

  6. How do I find the Windows common application data folder using …

    Mar 9, 2009 · I would like my application to store some data for access by all users. Using Python, how can I find where the data should go?

  7. Where is the correct place to store my application specific data?

    May 12, 2012 · 1. Application properties - Settings such as where the application stores it's data, who the last logged in user was, the default window size, position etc. Is this information …

  8. c# - Environment variable does not work in path - Stack Overflow

    Oct 17, 2021 · I'm trying to delete a directory in C# however nothing seems to happen. My code looks like this: private void CacheClear_Click(object sender, RoutedEventArgs e) { string path …

  9. How to install a file in app data in setup project (C#)

    Dec 2, 2011 · Right-click on the project and select View -> File System in the new File System screen, right-click the root node (File System on target Machine) and select Add Special …

  10. Difference between 'SpecialFolder.LocalApplicationData' and ...

    The Local folder is not copied between machines. Use it for application data that's specific to a machine. The LocalLow folder is used for low-privilege tasks (such as Internet Explorer). You …