Top "Absolute-path" questions

global address for a file, independent from the working directory of the calling process

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
PHP: Require path does not work for cron job?

I have a cron job that needs to include this file: require '../includes/common.php'; however, when it is …

php include cron require absolute-path
tcsh check if file exists in a given path

First of all, I am new to tcsh and I realize its disadvantages and why it is harmful (and I …

user-input absolute-path tcsh
How to determine absolute path (if any) of a loaded Class?

Is there a (compatible, if possible) way to determine the absolute path of a loaded Class? Of course, this is …

java reflection jar classloader absolute-path
Perl use/require abolute path?

If I have a .pm file, is there a way I can use it, without placing it on my @INC …

perl absolute-path
What is my script src URL?

Is there a simple and reliable way to determine the URL of the currently-executing JavaScript file (inside a web page)? …

javascript dom absolute-path src
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
Get absolute file path of FileField of a model instance in Django

I have a page where people can upload files to my server. I want to do something with the file …

django filepath absolute-path filefield
Jest + Typescript + Absolute paths (baseUrl) gives error: Cannot find module

I am setting a configuration to run my tests in a create-react-app + typescript app (from which I have ejected). I …

typescript visual-studio-code jestjs create-react-app absolute-path
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