Questions tagged [project-folder]
11 questions
9
votes
6 answers
Remove an old namespace from a g.cs File?
I previously had a subfolder in my WPF application project called "Controls". It contained a WPF user control. I decided to move that user control to my "Views" folder. Since the original folder was empty, I decided to delete it from the project.…

Jeff LaFay
- 12,882
- 13
- 71
- 101
2
votes
3 answers
Working with folders in RCS
I have been following the tutorial http://www.burlingtontelecom.net/~ashawley/rcs/tutorial.html on how to work with files using RCS. This works well but only with one file. Is there a way to create an RCS file with directories as well?
I have a…

Shehzad009
- 1,547
- 6
- 28
- 42
1
vote
1 answer
How to open Webstorm projects directly from a folder in Windows Explorer?
Is there a way to launch Webstorm so it opens a selected folder in Windows Explorer?
Instead of:
launching Webstorm (possibly on a different project from its last session);
closing the current project;
browsing for the desired project in the…

chamberlainpi
- 4,854
- 8
- 32
- 63
1
vote
1 answer
How to get the current project directory or the bin directory and move a few level up?
I have an ASP.Net MVC app, and i have some xsl files inside of the Content directory.
I've try a few methods to get directory dynamically buy keep on coming short.
So how do i get the directory to point to the Content/xsl folder?
the closest that i…

melaos
- 8,386
- 4
- 56
- 93
0
votes
1 answer
Problems with moving Xcode Project
I'm having trouble while moving a Xcode project.
Since I localized the info.plist and main.xib I can't move the project into another location on my mac.
When I move the project, the files get red and building fails.
I set the path of the enclosing…

Julian F. Weinert
- 7,474
- 7
- 59
- 107
0
votes
1 answer
Hyper terminal hangs when I open a project folder in atom using atom . or atom -n commands
I used the hyper terminal to open my project folder in Atom. The commands I tried were atom . and atom -n .The command was executed and the folder opened in Atom, but both of these methods led to my terminal hanging.
I tried using Ctrl + C…

Ruqayya Dadarkar
- 11
- 3
0
votes
1 answer
Unable to delete React project folder
I am trying to create react app using following command
npx create-react-app sales
unfortunately its getting stuck at some point or other while installing packages. This time it gets stuck at below package (Ref Images).
After waiting for 5, 10…

Abhishek Vyas
- 599
- 1
- 9
- 24
0
votes
4 answers
VS Code: Is there a way to read a csv file without needing specification of the full path?
I am trying to read data from a csv file (in the same folder as my main.py) but it seems that
Visual Studio Code doesn't understand the project folder or something of the sort
FileNotFoundError: [Errno 2] No such file or directory:…

Steven
- 47
- 1
- 6
0
votes
1 answer
Not all projects in work space register changes in GIT
I have a work space with 20 projects; any changes made to code are visible in the GIT sidebar with an 'M'.
However, changes made to code in three project folders at the bottom of the work space (but included in the work space) do not show an 'M' and…

MaxG
- 187
- 3
- 11
0
votes
1 answer
read / write Files in project folder
Hi I was wondering how to access files in the project folder in java/maven, i have thought about using src/main/resources, but i have been told it is a bad idea to write to files in this directory, and should only be used in configuration for the…

smurfMT
- 124
- 10
-1
votes
2 answers
Python is throwing error for a file path inside the Project folder where it is not supposed to and seems to be a python glitch
Python is throwing some inconsistent error for a file reference inside the Project folder based on 'Working Directory' in the script configuration which is very weird
My Project Structure as follows
config_utils.py
f = ''
def config_init():
…

rams
- 139
- 1
- 11