Tagged Questions
The current-dir tag has no wiki summary.
1
vote
2answers
890 views
VBScript current directory + sub directory?
I am trying to get the path of a file that is within a sub-directory of the current directory in VBScript. The following does not seem to work?
currentDirectory = ...
1
vote
4answers
3k views
How do I get the application's directory from my WPF application, at design time?
How do I get the application's directory from my WPF application, at design time? I need to access a resource in my application's current directory at design time, while my XAML is being displayed in ...
1
vote
4answers
452 views
freebsd: current dir of running process by process id
I have the pid of a running process in freebsd.
How do I obtain its current directory?
0
votes
1answer
125 views
How to get current directory in C# for any Windows version?
I am creating an application that can be executed in any windows version, even in mobile's, and I am trying to get the current directory of the executable.
The problem is that if I use the following ...
0
votes
3answers
48 views
Result of function is “garbage” when getting current directory?
Why does the following code, produce the following output?
UPDATING MY CODE TO THIS:
i get basically the same thing.
#ifdef _WIN32
#include <windows.h>
#include <direct.h>
...
0
votes
1answer
56 views
Why currentDirectoryPath return different result under IDE and without it?
I have a strange trouble using below code
NSString * pth = [[[NSFileManager defaultManager] currentDirectoryPath] copy];
If that code runs under IDE it works fine, and i have pth like that
...
0
votes
6answers
89 views
Directory based environment variable scope - how to implement?
I have a set of tools which I need to pass parameters depending on the project I'm working on. I'd like to be able to automatically set a couple of environment variables based on the current ...
0
votes
3answers
485 views
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 current running directory to something other than where the application is actually going to ...
0
votes
1answer
709 views
adobe flash cs4 as3: get current directory of a running project?
is there a way to get the current directory of the project? i'm trying to load images using dynamic paths and it seems that the link is broken. but seeing the current directory of the running project ...