Top "Absolute-path" questions

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

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
How to suppress FindBugs warning (hard coded reference to an absolute pathname)?

i am just testing some things for the opensource software Geonetwork and now I want to export a shape file …

java findbugs absolute-path suppress-warnings hardcoded
Absolute path for error_page in nginx?

Is there a way I can set an absolute path for nginx error_pages? Not absolute as in http://, but …

configuration nginx webserver absolute-path custom-error-pages
Why does the yocto bblayers.conf file use absolute paths?

The yocto project allows the use of relative path in most of its configuration files but not within the ./build/…

configuration-files absolute-path yocto bitbake
Path to a file in a different drive?

My php file is here: D:/Appserv/www/x/y/file.php I want to load stuff from this folder: …

php path relative-path absolute-path opendir
Get running file name in Java?

Is it possible to get the file name which is being executed. Like e.g. If i am running a …

java file absolute-path