Top "Working-directory" questions

Find Install directory and working directory of VSTO Outlook Addin; or any Office Addin

I created a VSTO Outlook Addin that uses a library Html2Xhtml.dll (.NET) which calls another Html2xhtml.exe …

outlook vsto clickonce working-directory
Working Directory in Visual Studio C# file

What exactly is Working Directory in the properties of Visual Studio C# project. I have see a project where I …

c# visual-studio working-directory
How to see the current working directory in WinGHCi

I've started to teach myself Haskell, and for that I've installed The Haskell Platform for Windows. I'm using WinGHCi as …

haskell ghci working-directory winghci
How to change directory in mysql command line tool?

I am using mysql command line client under Linux to work with MySQL database. How can I change current working …

mysql shell working-directory
Setting a working directory: "Error in setwd: cannot change working directory" under "C:/Documents and Settings/..."

I was wondering why it won't let me change my working directory. I keep seeing this error: Error in setwd(…

r windows-10 working-directory setwd
Working folder in ASP.NET

We have a web application written in ASP.NET 3.5. In it, we access a file in the code-behind. (Ordinary C# …

asp.net working-directory
R list.files(my_working_directory) shows no files but I know they are there. How to fix?

I'm trying to work with R using a directory in my external hard drive as working directory. I can set …

r hard-drive working-directory
Command for "Set working directory to source file location"

RStudio has a useful feature: Session -> Set Working Directory -> To Source File Location Is there a …

r rstudio working-directory
Python file open() in Enthought Canopy fails with: "IOError No such file or directory"

I'm running code under Enthought Canopy to open and read a file. It keeps telling me IOError. But I am …

python file-io enthought canopy working-directory
How do I set the working directory of the parent process?

As the title reveals it, we are writing a Unix-style shell utility U that is supposed to be invoked (in …

linux gcc process parent working-directory