Top "Relative-path" questions

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

Correct File Path within C# Console Application

Can someone please tell me how I can get the correct file path for the file data.xml? Here is …

c#-4.0 console-application relative-path filepath
PHP include absolute path

I have a variable on my site called $basePath which is set as: $basePath = '/Systems/dgw/'; I am …

php include relative-path include-path absolute-path
How to require PHP files relatively (at different directory levels)?

I have the following file structure: rootDIR dir1 subdir1 file0.php file1.php dir2 file2.php file3.php file4.php …

php relative-path
Slash (/) vs tilde slash (~/) in style sheet path

ASP.NET offers two ways to specify paths for style sheets: <link href="/common/black_theme/css/style.css" …

asp.net path stylesheet relative-path absolute-path
MVC Bundling and CSS relative URLs

MVC's bundling is returning the wrong URL in CSS images when using CssRewriteUrlTransform: I have an intranet application whose URL …

css asp.net-mvc relative-path asp.net-mvc-5 bundling-and-minification
Java - Loading dlls by a relative path and hide them inside a jar

PART 1 I am developing a Java application that should be release as a jar. This program depends on C++ external …

java jar java-native-interface loading relative-path
Rails redirect with https

I'm maintaining a Ruby on Rails site and I'm confused as to how to perform redirects to relative URLs using …

ruby-on-rails redirect https relative-path
getServletContext().getRealPath() doesn't work in controller (NPE), but works in jsp

I am trying to add image to my pdf file. Image is located in "WebContent/img/image.png". First I …

java spring-mvc itext relative-path realpath
Relative import from parent directory

How does one do a relative import from a parent directory? From meme/cmd/meme: import "../../../meme" This gives an …

import go relative-path
How to accomplish relative import in python

stuff/ __init__.py mylib.py Foo/ __init__.py main.py foo/ __init__.py script.py script.py wants to import …

python python-2.x relative-path python-packaging