Top "Relative-path" questions

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

Imagick PHP 5.4 extension does not work with relative paths. (windows)

I'm trying to install imagick PHP extension on windows. It was working on PHP 5.2, PHP 5.3 but I have problems with …

php windows relative-path imagick
Absolute (full) URLs without "http:" in HTML href

I have been seeing this a lot lately and I am unable to find any information on it. Is there …

http url href relative-path absolute-path
Path of current PHP script relative to document root

TL;DR: What alternatives to the last code sample on this page are there when trying to use relative links …

php relative-path directory-structure document-root magic-constants
Getting and using parent directory through ANT

I have a directory structure & build.xml like this /path-to-project/src/prj1 /path-to-project/src/prj2 /path-to-project/tests /path-to-project/tests/…

php ant phpunit relative-path build.xml
Does OpenFileDialog InitialDirectory not accept relative path?

dialog is a OpenFileDialog class object, and I am using ShowDialog() method. When I use path containing relative path, like: …

c# relative-path openfiledialog
file_put_contents() expects parameter 1 to be a valid path, string given

I have the following simple script (stripped down): define("LANG_DIR", "../../app/lang/"); // define("LANG_DIR", "/var/www/html/app/…

php path relative-path file-put-contents
Relative URLs and trailing slashes

I've looked around the web for this before, and I suspect the answer is "you can't", but since I've not …

html url relative-path
Upstart node.js working directory

Starting Node.js with Upstart, when trying to access files within Node.js it cannot access them without using the …

node.js relative-path upstart working-directory
relative url to absolute url in nodejs

I have url like this: http://example.com/path/to/css/../../images/test.jpg which i want to convert to …

node.js relative-path absolute-path relative-url
Confusion about URI path to configure SQLite database

Hi I am building a web application using Flask and Sqlite3. I had issues with connecting the database for a …

python sqlite uri relative-path absolute-path