Top "Absolute-path" questions

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

How can I generate a list of files with their absolute path in Linux?

I am writing a shell script that takes file paths as input. For this reason, I need to generate recursive …

linux command-line absolute-path ls
How to get an absolute file path in Python

Given a path such as "mydir/myfile.txt", how do I find the file's absolute path relative to the current …

python path relative-path absolute-path
Get filename and path from URI from mediastore

I have an onActivityResult returning from an mediastore image selection which I can get a URI for an image using …

android uri absolute-path aws-mediaservices aws-mediastore
ASP.NET MVC - Find Absolute Path to the App_Data folder from Controller

What is the correct way to find the absolute path to the App_Data folder from a Controller in an …

.net asp.net-mvc absolute-path
Resolve absolute path from relative path and/or file name

Is there a way in a Windows batch script to return an absolute path from a value containing a filename …

windows batch-file relative-path absolute-path
PHP absolute path to root

I can't believe PHP doesn't have an easy solution for this simple matter. ASP.NET has a ~ sign that takes …

php relative-path absolute-path
How to use relative/absolute paths in css URLs?

I have a production and development server. The problem is the directory structure. Development: http://dev.com/subdir/images/image.…

css relative-path absolute-path
Relative instead of Absolute paths in Excel VBA

I have written an Excel VBA macro which imports data from a HTML file (stored locally) before performing calculations on …

vba excel absolute-path
src absolute path problem

I have an image in C:\wamp\www\site\img and i try to display it in a page with …

html image src absolute-path
Server Document Root Path in PHP

I have a php code line like below $files = glob('myFolder/*'); I want to use absolute path to myFolder …

php absolute-path