Top "Relative-path" questions

Relative-paths are URI or directory links to resources that refer to a location relative to the current path.

How to Relocate Visual Studio project (.sln) file

I would like to move the Visual Studio solution (myProject.sln) file into a folder. The problem with doing this …

visual-studio relative-path
Relative path to absolute path in VB.NET

I am writing a VB.NET console application where it takes relative paths and spits out all file names, or …

.net path relative-path absolute-path
Why would a developer place a forward slash at the start of each relative path?

I am examining some code for a friend, and have found that the developer who built his site began each …

html hyperlink relative-path
Relative file system write path within module

I have a executable node / javascript script that has a debug boolean, if set to true a couple of files …

node.js path relative-path fs
iText – HTML to PDF - Image is not displayed in PDF

I have a html page with text, image and I am parsing the HTML content to iText to generate the …

java itextsharp itext relative-path html-to-pdf
FOP: how to specify image src relative path?

This is my first question here, i hope i'm doing it right. Sorry for my bad English in advance :) I …

jsf-2 relative-path apache-fop
How can I use relative paths to external response files for soapUI MockService

What I've Done I am using soapUI (3.6.1 Free version) mock services to serve up specific data to 2 client applications I …

groovy relative-path soapui xmlslurper
iPhone dev: load a file from resource folder

I'm writing an iPhone app with a UIWebView which should display various html files I have in the app resource …

iphone resources uiwebview directory relative-path
IIS virtual directory and ASP.NET directory paths

The problem I'm running into the typical virtual-directory dilemma in that you have some paths on your ASP.Net application …

asp.net iis relative-path
~/ equivalent in javascript

Any smart way of doing a "root" based path referencing in JavaScript, just the way we have ~/ in ASP.NET?

javascript asp.net web-applications relative-path