executable-path Questions
12
I was trying to check the AWS-CLI version on my MAC OS X. And the below error hit back:
dyld: Library not loaded: @executable_path/../.Python
Referenced from: /usr/local/aws/bin/python
Reason: ...
Selfcontained asked 4/12, 2017 at 8:51
24
Solved
Is there a platform-agnostic and filesystem-agnostic method to obtain the full path of the directory from where a program is running using C/C++? Not to be confused with the current working directo...
Pleasant asked 27/9, 2008 at 7:18
1
Solved
I have created one windows application using VB. Whenever I executing the exe, I want to get the current directory of the exe file programatically.
For example,
Now, I am executing the exe file i...
Appulse asked 14/9, 2012 at 11:42
3
Solved
I could do this
return Assembly.GetEntryAssembly().GetName().Name;
or
return Path.GetFileNameWithoutExtension(Application.ExecutablePath);
Would both give the desired application name always? If ...
Sienna asked 3/3, 2012 at 10:54
2
Solved
Operating system is MacOS X, specifically 10.5 (Leopard) on a PowerPC G4, but I have the same problem on an x86 running 10.6.
I am writing an application which dynamically loads a DLL. The DLL (le...
Persephone asked 22/3, 2011 at 23:12
1
© 2022 - 2024 — McMap. All rights reserved.