Top "Relative-path" questions

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

Why relative path doesn't work in Ruby require

I'm starting learning Ruby, one thing that I don't understand, why relative path for require directive doesn't work in ruby. …

ruby-on-rails ruby relative-path
getting base url of web site's root (absolute/relative url)

I want to completely understand how to use relative and absolute url address in static and dynamic files. ~ : / : .. : in a …

asp.net javascript relative-path virtual-directory absolute-path
Is there a way to setup Linked Resources relative to the .project file?

We have a Flash Builder (which is based on Eclipse) project that pulls source from different locations, included in the …

eclipse version-control project relative-path
Removing %20 from URI Relative Path

I am generating a relative path from 1 directory to another. If the OutputDirectoryName property is a directory containing spaces, the …

c# uri relative-path
PHP: How to resolve a relative url

I need a function that given a relative URL and a base returns an absolute URL. I've searched and found …

php url relative-path resolveurl relative-url
Robot Framework - using relative paths to run tests from different directory variations

I am running into an issue with my Robot Framework test suites. I have a simple test structure like this: …

testing automated-tests relative-path filepath robotframework
How to open a file with relative path in C++?

I am writing test cases right now and I created some test files which I try to read. The absolute …

c++ relative-path ifstream absolute-path
When to use Absolute Path vs Relative Path in Python

For reference. The absolute path is the full path to some place on your computer. The relative path is the …

python path relative-path absolute-path pwd
How to make an "always relative to current module" file path?

Let's say you have a module which contains myfile = open('test.txt', 'r') And the 'test.txt' file is in …

python module relative-path
Absolute vs. relative paths

If I use absolute paths, I can't move the whole directory to a new location. If I use relative paths, …

php relative-path absolute-path