working-directory
How to define working directories for DLL dependencies in Visual Studio / C#
I\'ve got an executeable file, which I run for example from C:. The executable references some DLLs from another directory, let\'s say C:\\MyDLLs. The problem is, that these referenced DLLs 开发者_如何[详细]
2023-01-13 12:40 分类:问答C# Get working directory of another process
I want to determine the absolute path of files used by a known process by reading the command line. Currently, the process is started with relative paths in the command line that point to various file[详细]
2023-01-09 21:02 分类:问答howoto fix working directory is always home? (python)
This is my first question. My python script opens and reads from a present text file using the following simple funct:[详细]
2023-01-05 06:41 分类:问答How to get current working directory in Java?
Let\'s say I have my main class in C:\\Users\\Justian\\Documents\\. How can I get my program to show that it\'s in C:\\Users\\Justian\\Documents?[详细]
2023-01-05 03:06 分类:问答C++ Portable way of programmatically finding the executable root directory [duplicate]
This question already has answers here: Closed 12 years ago. Possible Duplicate: how to find the location of the executable in C[详细]
2022-12-20 15:00 分类:问答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# file access, done on the server during the page life-cycle, this has nothing[详细]
2022-12-18 20:46 分类:问答adobe flash cs4 as3: get current directory of a running project?
is there a way to get the current directory of the project?i\'开发者_如何学JAVAm trying to load images using dynamic paths and it seems that the link is broken. but seeing the current directory of the[详细]
2022-12-18 13:45 分类:问答How to get the current working directory's absolute path in Ruby?
I\'m running Ruby on Windows though I don\'t know if that should make a difference.All I want to do is get the current working directory\'s absolute path.I开发者_运维百科s this possible from irb?Appar[详细]
2022-12-14 23:41 分类:问答Setting the working directory of a Java Applet
I have two signed Jars, a.jar and b.jar. a.jar is launched as an applet inside the browser and b.jar is in Appdata/locallow/xyz (Vista). a adds b to it\'s classpath and calls some functions of b.jar.[详细]
2022-12-14 04:34 分类:问答How to set the current working directory? [duplicate]
This question already has answers here: Equivalent of shell 'cd' command to change the working directory?[详细]
2022-12-12 22:21 分类:问答