Top "Working-directory" questions

Windows service - get current directory

I have a Windows service that should look for a configuration file in its current directory. So I use directory.…

c# windows-services working-directory
TortoiseSVN reports conflict, but no conflict can be found

I have a working copy for my entire repository, which contains multiple Python projects. When I choose right-click --> …

svn version-control tortoisesvn conflict working-directory
How do I find the current directory?

I am trying to read a file which I read previously successfully. I am reading it through a library, and …

c++ visual-c++ working-directory
NodeJs child_process working directory

I am trying to execute a child process in a different directory then the one of its parent. var exec = …

javascript node.js child-process working-directory
What's the working directory in Jenkins after executing a shell command box?

I'm looking at a Jenkins job and trying to understand it. I have an Execute shell command box in my …

jenkins working-directory
Getting a working copy of a bare repository

I have a server on which I have a bare repository for pushing. However, my server needs to have a …

git working-directory git-bare
Python: subprocess with different working directory

I have a python script that is under this directory: work/project/test/a.py Inside a.py, I use …

python subprocess working-directory
Golang: tests and working directory

I'm writing some unit tests for my application in Go. The tests fail however because it cannot find the configuration …

unit-testing go working-directory
How to find the working folder of a servlet based application in order to load resources

I write a Java servlet that I want to install on many instances of Tomcat on different servers. The servlet …

servlets resources relative-path absolute-path working-directory
Can you set the current running directory from the java command line?

I am running a Java application from the command line. Can I specify a command line argument to set the …

java command-line working-directory