Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
139 views

I'm trying to be able to read a list of elements (and possibly write to them) from the LocalLow folders where Steam saves some games' data, mostly for the curiosity of it, but I haven't been able to ...
Pepper's user avatar
  • 19
0 votes
0 answers
15 views

I'm fairly new to using PowerShell and doing something like this. I'd like to create a PowerShell script that I can share with other to copy over specific app data folder to an alternative drive. I ...
Steven Ford's user avatar
-1 votes
1 answer
117 views

I'm wondering how I can change the folder of my user.config stored settings folder from the name of the application to the name of the company. For example I want to change %appdata%\AppName\AppName....
BonziBUDDY 's user avatar
0 votes
1 answer
43 views

I'm trying to open an XML file located within a subfolder the APPDATA dircetory. Obviously the folder changes depending on which user is logged in: I have no issue if specify the name of the user, for ...
Jatinder Devgun's user avatar
1 vote
0 answers
98 views

I am making a game and I'm using the AppData\Roaming folder to store the file that contains the high score. I'm using the _dupenv_s() function to get the path to this folder. However, on Linux the ...
Programmeter's user avatar
-1 votes
1 answer
56 views

import 'dart:html'; import 'package:flutter/material.dart'; class SearchScreen extends StatefulWidget { const SearchScreen({Key? key}) : super(key: key); @override _SearchScreenState ...
BRIAN MBURA's user avatar
1 vote
1 answer
896 views

I have a UWP app that uses WebView to display my web content. Installing my app on windows creates C:/Users/[USER_NAME]/AppData/Local/Packages/[MY_APP_NAME]/[SOME_FOLDER] Is there any way in js to ...
YTG's user avatar
  • 1,068
0 votes
1 answer
222 views

i am writing a Programm where the script has to change the location to the AppData Folder. But the User at the PC is changeing so there is in my optinon no way to do this static so i wrote a script ...
mojo's user avatar
  • 3
-2 votes
1 answer
2k views

So, this may have an obvious answer, but I couldn't find anything on it so I figured I'd just try asking. Basically, I was using a free Minecraft server host called "Aternos" to work on a ...
krikop's user avatar
  • 3
0 votes
1 answer
552 views

I'm having trouble in finding AppData with the parent folder. Originally, my plan was to pull the username, use it to get to C:\Users\[User]\AppData\Roaming\DraftSight, and create a text file with the ...
G Beck's user avatar
  • 125
1 vote
1 answer
93 views

For my UWP app, I'm trying to move some assets to my AppData folder. I'm surprised that I've seemed to lose the option of using qualifier names in the process. For example, for the following pair of ...
Ben Jasperson's user avatar
0 votes
1 answer
51 views

I have a weird occurrence where the program sometimes only starts in the background and even if you kill it with task manager it still only starts in the background. When you navigate to AppData/Local/...
Johandre's user avatar
1 vote
1 answer
378 views

I am trying to find a way to convert a path like this: "%APPDATA%\xyz\Logs\Archive" to this: "C:\Users\abcUser\AppData\Roaming\xyz\Logs\Archive". I am on Windows platform. I use ...
Humayun Khan's user avatar
0 votes
1 answer
1k views

I am trying to rename a file in \appdata\Roaming\ for each user profile on a pc. The command I am trying this, but not working. What am I doing wrong? Please help. $old = 'C:\users\*\AppData\Roaming\...
RIC's user avatar
  • 15
1 vote
1 answer
465 views

In a Python3 program running in Windows 10, os.system() is not able to find a file created in the APPDATA directory using with open, even after that same file can be successfully read by a subsequent ...
CodeMed's user avatar
  • 9,251
1 vote
2 answers
157 views

Hi how i can add the double quotes to a folder ? with a initial " and a final " ? in a python file without receiving errors ? this is the bat file with quotes rar.exe x -o+ -p12345pass ...
M.Casey's user avatar
  • 13
1 vote
0 answers
756 views

I have a Azure DevOps Pipeline configured to run over Network Service account. It tries to run an application which stores its settings in the user's Roaming AppData folder. When, I try to run the ...
Kaveesh's user avatar
  • 408
-2 votes
1 answer
143 views

Normally when you turn on view hidden files, the hidden files will be semi-transparent. Is there a way to make them full opacity? Specifically, I'm looking to make my appdata folder fully visible.
Donut's user avatar
  • 7
1 vote
0 answers
69 views

Just a hobby and not well-verse in C#. Here's the problem: The user.config of my executable is stored in the ...\Executable Name_[eid]_[hash]. This would be great if the user opens up my executable in ...
JKaplan's user avatar
  • 11
0 votes
0 answers
384 views

So I'm trying something out and doing comparisons. Everything else works fine but when I use Ps1 to Exe by F2KO to get the running script's path, it returns something like this C:\Users\justMe\AppData\...
acast's user avatar
  • 11
0 votes
1 answer
2k views

The official example code: /// use std::cell::Cell; /// use actix_web::{web, App, HttpResponse, Responder}; /// /// struct MyData { /// counter: Cell<usize>, /// } /// /// async fn index(...
Anunaki's user avatar
  • 923
6 votes
1 answer
4k views

Starting with Windows 10, Storage Sense has allowed users to specify %TEMP% folder cleanup that are as frequent as once a day. Technically it can run even more often is set to activate on low disk ...
Ohad Schneider's user avatar
0 votes
1 answer
273 views

What's the path, I have to use to read and write a File which is in the appdata? Can I use ImageIo or do I have to use something else. And can I use BufferedReader and BufferedWriter?
carlos.gmz's user avatar
2 votes
1 answer
440 views

I have a C# application that is being installed for all users. Every user on the pc can use the program, and I need to store user-specific Data per user. I started with Enviroment.SpecialFolder....
KYL3R's user avatar
  • 4,093
1 vote
1 answer
425 views

Problem I have encountered: + Can not copy spreadsheet file, json file, .. to appDataFolder without full drive auth scope. + Can not copy spreadhshet file to specific folder that was indentify by ...
brian's user avatar
  • 11

1
2 3 4 5
7