Top "Path" questions

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

Basic HTML - how to set relative path to current folder?

Lets say I am currently at: http://example.com/folder/page.html Is it possible to create a relative link …

html path
Path to Powershell.exe (v 2.0)

Where is the Powershell (version 2.0) located? What is the path to Powershell.exe? I have Windows Server 2008 and Powershell installed. …

powershell path
Why does the 260 character path length limit exist in Windows?

I have come up against this problem a few times at inopportune moments: Trying to work on open source Java …

windows path limit
How to get folder path from file path with CMD

I need path to the folder that contains cmd file. With %0 I can get file name. But how to get …

path cmd
Windows path in Python

What is the best way to represent a Windows directory, for example "C:\meshes\as"? I have been trying to …

python path string-literals
How to get a path to a resource in a Java JAR file

I am trying to get a path to a Resource but I have had no luck. This works (both in …

java resources path
Remove redundant paths from $PATH variable

I have defined the same path in the $PATH variable 6 times. I wasn't logging out to check whether it worked. …

linux bash path environment-variables sh
Create a Path from String in Java7

How can I create a java.nio.file.Path object from a String object in Java 7? I.e. String textPath = "…

string path nio java-7
Relative Paths in Javascript in an external file

So I'm running this javascript, and everything works fine, except the paths to the background image. It works on my …

javascript html asp.net-mvc css path
res.sendFile absolute path

If I do a res.sendfile('public/index1.html'); then I get a server console warning express deprecated res.sendfile: …

node.js express path