Top "Path" questions

The general form of a file or directory name that specifies a unique location in a file system.

ImportError: DLL load failed: %1 is not a valid Win32 application. But the DLL's are there

I have a situation very much like the one at ImportError: DLL load failed: %1 is not a valid Win32 application, …

python opencv dll path
Set a path variable with spaces in the path in a Windows .cmd file or batch file

I'm new to script writing and can't get this one to work. I could if I moved the files to …

batch-file path variables cmd space
Given a filesystem path, is there a shorter way to extract the filename without its extension?

I program in WPF C#. I have e.g. the following path: C:\Program Files\hello.txt and I want …

c# path filenames file-extension path-manipulation
Android SDK manager won't open

So I installed the android sdk for Windows: http://developer.android.com/sdk/index.html (the installation link) And ran …

android path
scp from Linux to Windows

I am running a putty client on a Windows machine to connect successfully to a Linux box. Now I want …

linux windows path file-transfer scp
Where does Chrome store extensions?

I looked in: C:\Documents and Settings\username\Local Settings\Application Data\Google\Chrome\User Data\Default\Extensions for unpacked …

google-chrome google-chrome-extension path
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 …

java path working-directory
bash/fish command to print absolute path to a file

Question: is there a simple sh/bash/zsh/fish/... command to print the absolute path of whichever file I feed …

bash shell path
C# getting the path of %AppData%

C# 2008 SP1 I am using the code below: dt.ReadXml("%AppData%\\DateLinks.xml"); However, I am getting an exception that …

c# .net path
Path.Combine for URLs?

Path.Combine is handy, but is there a similar function in the .NET framework for URLs? I'm looking for syntax …

c# .net asp.net url path